Skip to content

Commit 6211e07

Browse files
authored
Prepare v1.8.2 (#2281)
1 parent ad77fb4 commit 6211e07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

params/version.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ import (
2525
// On release branches, it should be a beta or stable. For example:
2626
// "1.3.0-beta", "1.3.0-beta.2", etc. and then "1.3.0-stable", "1.3.1-stable", etc.
2727
const (
28-
VersionMajor = 1 // Major version component of the current release
29-
VersionMinor = 8 // Minor version component of the current release
30-
VersionPatch = 2 // Patch version component of the current release
31-
VersionMeta = "unstable" // Version metadata to append to the version string
28+
VersionMajor = 1 // Major version component of the current release
29+
VersionMinor = 8 // Minor version component of the current release
30+
VersionPatch = 2 // Patch version component of the current release
31+
VersionMeta = "stable" // Version metadata to append to the version string
3232
)
3333

3434
// Version holds the textual version string.

0 commit comments

Comments
 (0)