version: fix typo in v1.14.13 release cycle name

pull/30730/merge
Martin Holst Swende 2 days ago
parent 66d8185aad
commit aa63692129
No known key found for this signature in database
GPG Key ID: 683B438C05A5DDF0
  1. 8
      version/version.go

@ -17,8 +17,8 @@
package version
const (
Major = 1 // Major version component of the current release
Minor = 14 // Minor version component of the current release
Patch = 13 // Patch version component of the current release
Meta = "ustable" // Version metadata to append to the version string
Major = 1 // Major version component of the current release
Minor = 14 // Minor version component of the current release
Patch = 13 // Patch version component of the current release
Meta = "unstable" // Version metadata to append to the version string
)

Loading…
Cancel
Save