Skip to content

Commit e1c1fce

Browse files
Arachnidfjl
authored andcommitted
cmd/utils, VERSION: 1.5.3 unstable (#3306)
1 parent c869520 commit e1c1fce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.2
1+
1.5.3

cmd/utils/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ import (
3030
const (
3131
VersionMajor = 1 // Major version component of the current release
3232
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
33+
VersionPatch = 3 // Patch version component of the current release
34+
VersionMeta = "unstable" // Version metadata to append to the version string
3535
)
3636

3737
// Version holds the textual version string.

0 commit comments

Comments
 (0)