We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a22f99 + b0314e1 commit 90c96c7Copy full SHA for 90c96c7
build/version.go
@@ -44,14 +44,14 @@ const (
44
AppMajor uint = 0
45
46
// AppMinor defines the minor version of this binary.
47
- AppMinor uint = 19
+ AppMinor uint = 20
48
49
// AppPatch defines the application patch for this binary.
50
- AppPatch uint = 99
+ AppPatch uint = 00
51
52
// AppPreRelease MUST only contain characters from semanticAlphabet per
53
// the semantic versioning spec.
54
- AppPreRelease = "beta"
+ AppPreRelease = "beta.rc1"
55
)
56
57
func init() {
0 commit comments