We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f317c commit 0c3e123Copy full SHA for 0c3e123
1 file changed
src/Version.hs
@@ -7,7 +7,7 @@ import BuildInfo (gitCommitHash, buildTimestamp)
7
8
-- Version string with platform, commit, and build time
9
versionString :: String
10
-versionString = "redo 0.1 (" ++ System.Info.os ++ "-" ++ System.Info.arch ++ ")\n" ++
+versionString = "redo 0.2.2 (" ++ System.Info.os ++ "-" ++ System.Info.arch ++ ")\n" ++
11
"https://github.com/dinkelk/redo\n" ++
12
"commit: " ++ $(gitCommitHash) ++ "\n" ++
13
"built: " ++ $(buildTimestamp)
0 commit comments