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 21c85bc + 2dea808 commit 3f316c9Copy full SHA for 3f316c9
version.go
@@ -27,7 +27,7 @@ const (
27
// Note: please update release_notes.md when you change these values.
28
appMajor uint = 0
29
appMinor uint = 22
30
- appPatch uint = 0
+ appPatch uint = 1
31
32
// appPreRelease MUST only contain characters from semanticAlphabet per
33
// the semantic versioning spec.
0 commit comments