diff --git a/internal/command/helper_version.go b/internal/command/helper_version.go index 72480fb..04f83cd 100644 --- a/internal/command/helper_version.go +++ b/internal/command/helper_version.go @@ -5,7 +5,7 @@ import ( "runtime" ) -const version = "v0.14.2" +const version = "v0.15.0" func BuildVersion() string { return fmt.Sprintf("%s\nGo Version: %s\nGo Os: %s\nGo Arch: %s\n",