update version number

This commit is contained in:
Lucy Cifferello
2021-05-12 10:49:28 -06:00
parent cd4d392a74
commit b362fcf657

View File

@@ -47,5 +47,5 @@ getVersionWSpec rootDir ext = do
getSystemStatusR :: Handler OSVersionRes getSystemStatusR :: Handler OSVersionRes
getSystemStatusR = do getSystemStatusR = do
-- hardcoded since this will be last OS version release on this registry before 1.0 -- 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 NOTHING $ Version (0,2,13,0) pure $ OSVersionRes NOTHING $ Version (1,0,0,0)