Skip to content

Commit 4204afa

Browse files
committed
Merge pull request #52 from zchee/version-0.2.0
Re-Bump version to 0.2.0
2 parents af2f0f4 + 83fac6a commit 4204afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var (
77
ConfigVersion int = 1
88

99
// Version should be updated by hand at each release
10-
Version string = "0.1.0"
10+
Version string = "0.2.0"
1111

1212
// GitCommit will be overwritten automatically by the build system
1313
GitCommit string = "HEAD"

0 commit comments

Comments
 (0)