bump version to

Signed-off-by: Matt Farina <matt@mattfarina.com>
pull/9542/head v3.5.0-rc.1
Matt Farina 4 years ago
parent 34dd1b0c42
commit f546ebb1ac

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

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

@ -1 +1 @@
Version: v3.4
Version: v3.5

@ -1 +1 @@
version.BuildInfo{Version:"v3.4", GitCommit:"", GitTreeState:"", GoVersion:""}
version.BuildInfo{Version:"v3.5", 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.4"
version = "v3.5"
// metadata is extra build time data
metadata = ""

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

Loading…
Cancel
Save