We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efcfc3b + 9419242 commit 7cfceb7Copy full SHA for 7cfceb7
version.go
@@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
26
const (
27
// Note: please update release_notes.md when you change these values.
28
appMajor uint = 0
29
- appMinor uint = 28
30
- appPatch uint = 9
+ appMinor uint = 29
+ appPatch uint = 0
31
32
// appPreRelease MUST only contain characters from semanticAlphabet per
33
// the semantic versioning spec.
0 commit comments