Skip to content

Commit ccf4cbe

Browse files
authored
Merge pull request #64 from kyoshidajp/fix_version
Fix version
2 parents b298a1f + e2e6cbc commit ccf4cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
var (
11-
Revision = "1"
11+
Revision = "2"
1212
Version = "1"
1313
)
1414

0 commit comments

Comments
 (0)