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 c3718c0 + 80360e9 commit e6b0516Copy full SHA for e6b0516
version.go
@@ -45,11 +45,11 @@ const (
45
AppMinor uint = 3
46
47
// AppPatch defines the application patch for this binary.
48
- AppPatch uint = 0
+ AppPatch uint = 1
49
50
// AppPreRelease MUST only contain characters from semanticAlphabet
51
// per the semantic versioning spec.
52
- AppPreRelease = "alpha"
+ AppPreRelease = "alpha.rc1"
53
54
// defaultAgentName is the default name of the software that is added as
55
// the first part of the user agent string.
0 commit comments