From c06d8ce2bd2bdd5d20f409eab4c932abdfc0347e Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Fri, 23 Aug 2024 18:25:59 -0700 Subject: [PATCH] version: bump version to v0.13.994-experimental --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 667e00f62..44170d302 100644 --- a/version.go +++ b/version.go @@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr const ( appMajor uint = 0 appMinor uint = 13 - appPatch uint = 993 + appPatch uint = 994 // appPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec.