Skip to content

Commit 53d0c2e

Browse files
authored
Set version to 1.5.6 (#1894)
1 parent 5ff9d1f commit 53d0c2e

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 = 5 // Minor version component of the current release
30-
VersionPatch = 5 // Patch version component of the current release
30+
VersionPatch = 6 // 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)