We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98bdbcd + 3f19874 commit 845f72cCopy full SHA for 845f72c
version.go
@@ -22,8 +22,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
22
// versioning 2.0.0 spec (http://semver.org/).
23
const (
24
appMajor uint = 0
25
- appMinor uint = 8
26
- appPatch uint = 1
+ appMinor uint = 9
+ appPatch uint = 0
27
28
// appPreRelease MUST only contain characters from semanticAlphabet per
29
// the semantic versioning spec.
0 commit comments