Skip to content

Commit 5563857

Browse files
committed
fix: wrong version
1 parent 9059f28 commit 5563857

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
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
const (
14-
Version = "1.0.0"
14+
Version = "1.1.0"
1515
)
1616

1717
func init() {

0 commit comments

Comments
 (0)