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 c869520 commit e1c1fceCopy full SHA for e1c1fce
VERSION
@@ -1 +1 @@
1
-1.5.2
+1.5.3
cmd/utils/version.go
@@ -30,8 +30,8 @@ import (
30
const (
31
VersionMajor = 1 // Major version component of the current release
32
VersionMinor = 5 // Minor version component of the current release
33
- VersionPatch = 2 // Patch version component of the current release
34
- VersionMeta = "stable" // Version metadata to append to the version string
+ VersionPatch = 3 // Patch version component of the current release
+ VersionMeta = "unstable" // Version metadata to append to the version string
35
)
36
37
// Version holds the textual version string.
0 commit comments