From febf1ab0d5080242cc247f99d8de169db70247f3 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 4 Apr 2023 19:48:58 -0700 Subject: [PATCH] build: bump version to v0.16.99 In this commit, we bump the version of the master branch to v0.16.99. This reflects the fact that master will be a super set of all the minor releases until v0.17, and will also include changes towards v0.17. --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 6717bc2cb..40b1719bb 100644 --- a/build/version.go +++ b/build/version.go @@ -43,7 +43,7 @@ const ( AppMinor uint = 16 // AppPatch defines the application patch for this binary. - AppPatch uint = 0 + AppPatch uint = 99 // AppPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.