From 63f01c1ebd9709fbbe349bf6009b13818901fcca Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Thu, 27 Apr 2023 16:37:11 -0500 Subject: [PATCH] build: bump version to v0.16.2 --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 82cb7c39ba..d29e2e4750 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 = 1 + AppPatch uint = 2 // AppPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec.