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