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.
1 parent 2df9885 commit f74eaf6Copy full SHA for f74eaf6
version.go
@@ -25,7 +25,7 @@ const (
25
// Please update release_notes.md when updating this!
26
appMajor uint = 0
27
appMinor uint = 2
28
- appPatch uint = 7
+ appPatch uint = 8
29
30
// appPreRelease MUST only contain characters from semanticAlphabet
31
// per the semantic versioning spec.
0 commit comments