Skip to content

Commit da97795

Browse files
committed
bump version
1 parent fdf6cd6 commit da97795

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 = 0 // Patch version component of the current release
28+
VersionPatch = 1 // 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)