diff --git a/src/Handler/Version.hs b/src/Handler/Version.hs index 38c46ab..590964b 100644 --- a/src/Handler/Version.hs +++ b/src/Handler/Version.hs @@ -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)