Skip to content

Commit 3bc1485

Browse files
committed
Bump up version
1 parent e7dd454 commit 3bc1485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
const (
2626
VersionMajor = 2 // Major version component of the current release
2727
VersionMinor = 2 // Minor version component of the current release
28-
VersionPatch = 1 // Patch version component of the current release
28+
VersionPatch = 2 // Patch version component of the current release
2929
VersionMeta = "beta" // Version metadata to append to the version string
3030
)
3131

0 commit comments

Comments
 (0)