diff --git a/src/Version.hs b/src/Version.hs index 09303a1..b22e77c 100644 --- a/src/Version.hs +++ b/src/Version.hs @@ -7,7 +7,7 @@ import BuildInfo (gitCommitHash, buildTimestamp) -- Version string with platform, commit, and build time versionString :: String -versionString = "redo 0.1 (" ++ System.Info.os ++ "-" ++ System.Info.arch ++ ")\n" ++ +versionString = "redo 0.2.2 (" ++ System.Info.os ++ "-" ++ System.Info.arch ++ ")\n" ++ "https://github.com/dinkelk/redo\n" ++ "commit: " ++ $(gitCommitHash) ++ "\n" ++ "built: " ++ $(buildTimestamp)