From 1c27994a50f88a2128a6a789a26bd7c597f6009d Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 20 May 2026 15:32:53 -0700 Subject: [PATCH] version: bump to version v0.7.0-beta --- version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.go b/version.go index 996b4c623..14adbcdfb 100644 --- a/version.go +++ b/version.go @@ -28,8 +28,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr // versioning 2.0.0 spec (http://semver.org/). const ( appMajor uint = 0 - appMinor uint = 6 - appPatch uint = 6 + appMinor uint = 7 + appPatch uint = 0 // appPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec.