Skip to content

Commit

Permalink
params: begin v1.14.3 release cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed May 8, 2024
1 parent 35b2d07 commit 1a79f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/version.go
Expand Up @@ -23,8 +23,8 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 14 // Minor version component of the current release
VersionPatch = 2 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
VersionPatch = 3 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
)

// Version holds the textual version string.
Expand Down

0 comments on commit 1a79f8f

Please sign in to comment.