bump version to v3.20

Signed-off-by: Scott Rigby <scott@r6by.com>
pull/31718/head
Scott Rigby 6 months ago
parent 4e4f0eda5e
commit f6e17f6735
No known key found for this signature in database
GPG Key ID: C7C6FBB5B91C1155

@ -1 +1 @@
version.BuildInfo{Version:"v3.19", GitCommit:"", GitTreeState:"", GoVersion:""}
version.BuildInfo{Version:"v3.20", GitCommit:"", GitTreeState:"", GoVersion:""}

@ -1 +1 @@
version.BuildInfo{Version:"v3.19", GitCommit:"", GitTreeState:"", GoVersion:""}
version.BuildInfo{Version:"v3.20", GitCommit:"", GitTreeState:"", GoVersion:""}

@ -1 +1 @@
Version: v3.19
Version: v3.20

@ -1 +1 @@
version.BuildInfo{Version:"v3.19", GitCommit:"", GitTreeState:"", GoVersion:""}
version.BuildInfo{Version:"v3.20", GitCommit:"", GitTreeState:"", GoVersion:""}

@ -29,7 +29,7 @@ var (
//
// Increment major number for new feature additions and behavioral changes.
// Increment minor number for bug fixes and performance enhancements.
version = "v3.19"
version = "v3.20"
// metadata is extra build time data
metadata = ""

@ -62,8 +62,8 @@ func TestDefaultCapabilities(t *testing.T) {
func TestDefaultCapabilitiesHelmVersion(t *testing.T) {
hv := DefaultCapabilities.HelmVersion
if hv.Version != "v3.19" {
t.Errorf("Expected default HelmVersion to be v3.19, got %q", hv.Version)
if hv.Version != "v3.20" {
t.Errorf("Expected default HelmVersion to be v3.20, got %q", hv.Version)
}
}

Loading…
Cancel
Save