diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Version.hs | 2 |
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]") |