Skip to content

Commit 4e62814

Browse files
committed
chore: update version
1 parent 4d42384 commit 4e62814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package build
22

33
var CurrentCommit string
44

5-
const version = "v0.0.0-dev"
5+
const version = "v1.1.1"
66

77
func Version() string {
88
return version + CurrentCommit

0 commit comments

Comments
 (0)