We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2233555 commit f190708Copy full SHA for f190708
lib/buildinfo/buildinfo.go
@@ -15,7 +15,7 @@ import (
15
const (
16
VersionMajor = 1 // Major version component of the current release
17
VersionMinor = 3 // Minor version component of the current release
18
- VersionPatch = 2 // Patch version component of the current release
+ VersionPatch = 3 // Patch version component of the current release
19
VersionMeta = "stable" // Version metadata to append to the version string
20
)
21
0 commit comments