We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159fb1a commit eb00f16Copy full SHA for eb00f16
version/version.go
@@ -19,6 +19,6 @@ package version
19
const (
20
Major = 1 // Major version component of the current release
21
Minor = 14 // Minor version component of the current release
22
- Patch = 12 // Patch version component of the current release
+ Patch = 13 // Patch version component of the current release
23
Meta = "stable" // Version metadata to append to the version string
24
)
0 commit comments