Skip to content

Commit c6cae0f

Browse files
committed
Merge remote-tracking branch 'gballet/release-1.14.6'
2 parents de366fd + 640e0f1 commit c6cae0f

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
@@ -23,7 +23,7 @@ import (
2323
const (
2424
VersionMajor = 1 // Major version component of the current release
2525
VersionMinor = 14 // Minor version component of the current release
26-
VersionPatch = 6 // Patch version component of the current release
26+
VersionPatch = 7 // Patch version component of the current release
2727
VersionMeta = "unstable" // Version metadata to append to the version string
2828
)
2929

0 commit comments

Comments
 (0)