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 c792a51 + 1fe4a2c commit 61eeefbCopy full SHA for 61eeefb
version.go
@@ -45,11 +45,11 @@ const (
45
AppMinor uint = 3
46
47
// AppPatch defines the application patch for this binary.
48
- AppPatch uint = 1
+ AppPatch uint = 2
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