Skip to content

Commit 9b95112

Browse files
Arachnidobscuren
authored andcommitted
cmd/utils: Set version string to stable (#3304)
1 parent a602c57 commit 9b95112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/utils/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const (
3131
VersionMajor = 1 // Major version component of the current release
3232
VersionMinor = 5 // Minor version component of the current release
3333
VersionPatch = 2 // Patch version component of the current release
34-
VersionMeta = "unstable" // Version metadata to append to the version string
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)