Skip to content

Commit d0dcb06

Browse files
committed
params: bump version to v2.6.5-beta
1 parent c054b22 commit d0dcb06

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
@@ -23,7 +23,7 @@ import (
2323
const (
2424
VersionMajor = 2 // Major version component of the current release
2525
VersionMinor = 6 // Minor version component of the current release
26-
VersionPatch = 4 // Patch version component of the current release
26+
VersionPatch = 5 // Patch version component of the current release
2727
VersionMeta = "beta" // Version metadata to append to the version string
2828
)
2929

0 commit comments

Comments
 (0)