add version properly

This commit is contained in:
Lucy Cifferello
2022-03-02 13:51:23 -07:00
parent 8ab7ae8f3f
commit 74943c7fef

View File

@@ -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)