We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0dddb1 commit d36e844Copy full SHA for d36e844
version.go
@@ -49,7 +49,7 @@ const (
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