Skip to content

Commit a5d2e67

Browse files
committed
all: v0.1.1
1 parent 609e377 commit a5d2e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sys/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const (
2525
// VersionMajor is major version component of the current release
2626
VersionMajor = 0
2727
// VersionMinor is minor version component of the current release
28-
VersionMinor = 0
28+
VersionMinor = 1
2929
// VersionPatch is patch version component of the current release
3030
VersionPatch = 1
3131
// VersionMeta is append to the version string

0 commit comments

Comments
 (0)