Skip to content

Commit 1a79f8f

Browse files
committed
params: begin v1.14.3 release cycle
1 parent 35b2d07 commit 1a79f8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

params/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ 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 = 2 // Patch version component of the current release
27-
VersionMeta = "stable" // Version metadata to append to the version string
26+
VersionPatch = 3 // Patch version component of the current release
27+
VersionMeta = "unstable" // Version metadata to append to the version string
2828
)
2929

3030
// Version holds the textual version string.

0 commit comments

Comments
 (0)