bump version

This commit is contained in:
Alexander Wang 2025-05-01 16:13:16 -06:00
parent f43c132f93
commit d2696c5fee
No known key found for this signature in database
GPG key ID: BE3937D0D52D8927

View file

@ -3,7 +3,7 @@ package version
import "regexp"
// Pre-built binaries will have version set correctly during build time.
var Version = "v0.6.9-HEAD"
var Version = "v0.7.0-HEAD"
func OnlyNumbers() string {
re, err := regexp.Compile("[0-9]+.[0-9]+.[0-9]+")