We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c8348 commit ac37349Copy full SHA for ac37349
version/version.go
@@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
18
const (
19
AppMajor uint = 0
20
AppMinor uint = 17
21
- AppPatch uint = 0
+ AppPatch uint = 1
22
23
// AppPreRelease MUST only contain characters from semanticAlphabet
24
// per the semantic versioning spec.
0 commit comments