Skip to content

Commit 10a6861

Browse files
committed
build: bump version to v0.17.99
In this commit, we bump the version of the master branch to v0.17.99. This reflects the fact that master will be a super set of all the minor releases until v0.18, and will also include changes towards v0.18.
1 parent e623263 commit 10a6861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const (
4343
AppMinor uint = 17
4444

4545
// AppPatch defines the application patch for this binary.
46-
AppPatch uint = 0
46+
AppPatch uint = 99
4747

4848
// AppPreRelease MUST only contain characters from semanticAlphabet per
4949
// the semantic versioning spec.

0 commit comments

Comments
 (0)