mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-30 19:54:47 +00:00
add version properly
This commit is contained in:
@@ -48,4 +48,4 @@ getVersionWSpec rootDir ext = do
|
|||||||
getSystemStatusR :: Handler OSVersionRes
|
getSystemStatusR :: Handler OSVersionRes
|
||||||
getSystemStatusR = do
|
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.
|
-- 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