From 74943c7fef179808cc2a9680d4e6c34724b92014 Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Wed, 2 Mar 2022 13:51:23 -0700 Subject: [PATCH] add version properly --- src/Handler/Version.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)