Skip to content

Commit 0c3e123

Browse files
committed
Bump version to v0.2.2
1 parent 46f317c commit 0c3e123

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Version.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import BuildInfo (gitCommitHash, buildTimestamp)
77

88
-- Version string with platform, commit, and build time
99
versionString :: String
10-
versionString = "redo 0.1 (" ++ System.Info.os ++ "-" ++ System.Info.arch ++ ")\n" ++
10+
versionString = "redo 0.2.2 (" ++ System.Info.os ++ "-" ++ System.Info.arch ++ ")\n" ++
1111
"https://github.com/dinkelk/redo\n" ++
1212
"commit: " ++ $(gitCommitHash) ++ "\n" ++
1313
"built: " ++ $(buildTimestamp)

0 commit comments

Comments
 (0)