mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 02:11:53 +00:00
add version properly
This commit is contained in:
@@ -48,4 +48,4 @@ getVersionWSpec rootDir ext = do
|
||||
getSystemStatusR :: Handler OSVersionRes
|
||||
getSystemStatusR = do
|
||||
-- hardcoded to the next major version release so the UI can by dynamic. this might change depending on the version number we decide to release.
|
||||
pure $ OSVersionRes AVAILABLE $ Version (1, 0, 0, 0)
|
||||
pure $ OSVersionRes AVAILABLE $ Version (0, 3, 0, 0)
|
||||
|
||||
Reference in New Issue
Block a user