Skip to content

Commit 978737f

Browse files
committed
cmd/utils: 1.5.3 stable
1 parent fa0e057 commit 978737f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmd/utils/version.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ import (
2828
)
2929

3030
const (
31-
VersionMajor = 1 // Major version component of the current release
32-
VersionMinor = 5 // Minor version component of the current release
33-
VersionPatch = 3 // Patch version component of the current release
34-
VersionMeta = "unstable" // Version metadata to append to the version string
31+
VersionMajor = 1 // Major version component of the current release
32+
VersionMinor = 5 // Minor version component of the current release
33+
VersionPatch = 3 // Patch version component of the current release
34+
VersionMeta = "stable" // Version metadata to append to the version string
3535
)
3636

3737
// Version holds the textual version string.

0 commit comments

Comments
 (0)