Skip to content

Commit 75fbe8c

Browse files
committed
Bump v0.1.0
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent 78306c1 commit 75fbe8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/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.0.1-dev"
10+
Version string = "0.1.0"
1111

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

0 commit comments

Comments
 (0)