Skip to content

Commit 41f1ba8

Browse files
committed
bump version
1 parent c3f884c commit 41f1ba8

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 = 5 // Minor version component of the current release
28-
VersionPatch = 5 // Patch version component of the current release
28+
VersionPatch = 6 // Patch version component of the current release
2929
VersionMeta = "" // Version metadata to append to the version string
3030
)
3131

0 commit comments

Comments
 (0)