Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 50b078e

Browse files
committed
feat: v1.1.0
1 parent 2af708e commit 50b078e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import "fmt"
66
// see: http://semver.org
77
var (
88
major = 1
9-
minor = 0
9+
minor = 1
1010
patch = 0
1111
meta = ""
1212
)

0 commit comments

Comments
 (0)