Skip to content

Commit 7c460d3

Browse files
committed
Modified version
1 parent 3d5a498 commit 7c460d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

params/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import (
2222

2323
const (
2424
VersionMajor = 2 // Major version component of the current release
25-
VersionMinor = 2 // Minor version component of the current release
26-
VersionPatch = 3 // Patch version component of the current release
25+
VersionMinor = 3 // Minor version component of the current release
26+
VersionPatch = 0 // Patch version component of the current release
2727
VersionMeta = "" // Version metadata to append to the version string
2828
)
2929

0 commit comments

Comments
 (0)