From da8d2257fd2809f570be9f76085e94b4a6283be0 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 11 Jun 2025 12:01:51 -0700 Subject: [PATCH] build: bump version to v0.19.99 --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 88bf90357..2f1656a12 100644 --- a/build/version.go +++ b/build/version.go @@ -47,7 +47,7 @@ const ( AppMinor uint = 19 // 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.