Skip to content

Commit 63cb25d

Browse files
author
jagdeep sidhu
committed
start 4.4 cycle
1 parent 543384d commit 63cb25d

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
@@ -22,7 +22,7 @@ import (
2222

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

0 commit comments

Comments
 (0)