Skip to content

Commit af1168d

Browse files
committed
update version to 1.4.4
1 parent 706e19b commit af1168d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const (
2424
//These versions are meaning the current code version.
2525
VersionMajor = 1 // Major version component of the current release
2626
VersionMinor = 4 // Minor version component of the current release
27-
VersionPatch = 2 // Patch version component of the current release
27+
VersionPatch = 4 // Patch version component of the current release
2828
VersionMeta = "unstable" // Version metadata to append to the version string
2929

3030
//CAUTION: DO NOT MODIFY THIS ONCE THE CHAIN HAS BEEN INITIALIZED!!!

0 commit comments

Comments
 (0)