Skip to content

Commit ac37349

Browse files
committed
Bump version to 0.17.1
1 parent e5c8348 commit ac37349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
1818
const (
1919
AppMajor uint = 0
2020
AppMinor uint = 17
21-
AppPatch uint = 0
21+
AppPatch uint = 1
2222

2323
// AppPreRelease MUST only contain characters from semanticAlphabet
2424
// per the semantic versioning spec.

0 commit comments

Comments
 (0)