bump version to 4.1

Signed-off-by: Matt Farina <matt.farina@suse.com>
pull/31535/head
Matt Farina 10 months ago
parent a75fcc2948
commit 63e060fb05
No known key found for this signature in database
GPG Key ID: 92C44A3D421FF7F9

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

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

@ -1 +1 @@
Version: v4.0 Version: v4.1

@ -1 +1 @@
version.BuildInfo{Version:"v4.0", GitCommit:"", GitTreeState:"", GoVersion:"", KubeClientVersion:"v."} version.BuildInfo{Version:"v4.1", GitCommit:"", GitTreeState:"", GoVersion:"", KubeClientVersion:"v."}

Loading…
Cancel
Save