Skip to content

Commit 2cd17e3

Browse files
committed
build: bump master version to v0.20.99
This reflects the fact that master is beyond the last major release and will be a super set of anything in the v0.20.x series.
1 parent b9ea707 commit 2cd17e3

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
@@ -47,7 +47,7 @@ const (
4747
AppMinor uint = 20
4848

4949
// AppPatch defines the application patch for this binary.
50-
AppPatch uint = 00
50+
AppPatch uint = 99
5151

5252
// AppPreRelease MUST only contain characters from semanticAlphabet per
5353
// the semantic versioning spec.

0 commit comments

Comments
 (0)