summaryrefslogtreecommitdiff
path: root/src/Version.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Version.hs')
-rw-r--r--src/Version.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.hs b/src/Version.hs
index e62c9b8..1748512 100644
--- a/src/Version.hs
+++ b/src/Version.hs
@@ -9,7 +9,7 @@ import qualified Language.Haskell.TH as TH
import System.Process (readProcess)
version :: String
-version = "walint divoc bb3 2022 (" <>
+version = "walint generic 2022 (" <>
$(do
hash <- liftIO $ catchAny (readProcess "git" ["rev-parse", "HEAD"] "")
(\_ -> pure "[unknown]")