Skip to content

Commit cd1aaf7

Browse files
committed
Bump version to 1.4.3
1 parent de86d16 commit cd1aaf7

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
@@ -27,7 +27,7 @@ import (
2727
const (
2828
VersionMajor = 1 // Major version component of the current release
2929
VersionMinor = 4 // Minor version component of the current release
30-
VersionPatch = 2 // Patch version component of the current release
30+
VersionPatch = 3 // Patch version component of the current release
3131
VersionMeta = "stable" // Version metadata to append to the version string
3232
)
3333

0 commit comments

Comments
 (0)