Merge pull request #10081 from mattfarina/bump-version-3.7

bump version to 3.7
pull/10091/head
Matt Farina 3 years ago committed by GitHub
commit 7d13cd5ca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

@ -1 +1 @@
Version: v3.6
Version: v3.7

@ -1 +1 @@
version.BuildInfo{Version:"v3.6", GitCommit:"", GitTreeState:"", GoVersion:""}
version.BuildInfo{Version:"v3.7", 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.6"
version = "v3.7"
// 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.6" {
t.Errorf("Expected default HelmVersion to be v3.6, got %q", hv.Version)
if hv.Version != "v3.7" {
t.Errorf("Expected default HelmVersion to be v3.7, got %q", hv.Version)
}
}

Loading…
Cancel
Save