We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01a05fd + f63a2b9 commit 1ebfe95Copy full SHA for 1ebfe95
build/version.go
@@ -45,9 +45,9 @@ const (
45
// AppPatch defines the application patch for this binary.
46
AppPatch uint = 0
47
48
- // AppPreRelease MUST only contain characters from semanticAlphabet
49
- // per the semantic versioning spec.
50
- AppPreRelease = "beta.rc4"
+ // AppPreRelease MUST only contain characters from semanticAlphabet per
+ // the semantic versioning spec.
+ AppPreRelease = "beta.rc5"
51
)
52
53
func init() {
0 commit comments