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 028acec commit d274ef1Copy full SHA for d274ef1
params/version.go
@@ -24,7 +24,7 @@ import (
24
const (
25
VersionMajor = 3 // Major version component of the current release
26
VersionMinor = 1 // Minor version component of the current release
27
- VersionPatch = 4 // Patch version component of the current release
+ VersionPatch = 5 // Patch version component of the current release
28
VersionMeta = "alpha" // Version metadata to append to the version string
29
)
30
0 commit comments