Skip to content

Commit 0f571e6

Browse files
committed
Prepare 1.8.1-rc.1
1 parent 6f0c8d6 commit 0f571e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: params/version.go

+4-4
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 = 0 // 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 = 1 // Patch version component of the current release
31+
VersionMeta = "rc.1" // Version metadata to append to the version string
3232
)
3333

3434
// Version holds the textual version string.

0 commit comments

Comments
 (0)