We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c204e44 commit 98fc492Copy full SHA for 98fc492
1 file changed
params/version.go
@@ -27,7 +27,7 @@ import (
27
const (
28
VersionMajor = 1 // Major version component of the current release
29
VersionMinor = 8 // Minor version component of the current release
30
- VersionPatch = 3 // Patch version component of the current release
+ VersionPatch = 4 // Patch version component of the current release
31
VersionMeta = "stable" // Version metadata to append to the version string
32
)
33
0 commit comments