diff --git a/src/Handler/Version.hs b/src/Handler/Version.hs index 9c314ee..c71ff76 100644 --- a/src/Handler/Version.hs +++ b/src/Handler/Version.hs @@ -47,5 +47,5 @@ getVersionWSpec rootDir ext = do getSystemStatusR :: Handler OSVersionRes getSystemStatusR = do - -- hardcoded since this will be last OS version release on this registry before 1.0 - pure $ OSVersionRes NOTHING $ Version (0,2,13,0) \ No newline at end of file + -- 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 (1,0,0,0) \ No newline at end of file