Skip to content

Commit 69dcc92

Browse files
committed
bump version to
Signed-off-by: Matt Farina <[email protected]>
1 parent 27921d0 commit 69dcc92

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version.BuildInfo{Version:"v3.13", GitCommit:"", GitTreeState:"", GoVersion:""}
1+
version.BuildInfo{Version:"v3.14", GitCommit:"", GitTreeState:"", GoVersion:""}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version.BuildInfo{Version:"v3.13", GitCommit:"", GitTreeState:"", GoVersion:""}
1+
version.BuildInfo{Version:"v3.14", GitCommit:"", GitTreeState:"", GoVersion:""}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.13
1+
v3.14
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Version: v3.13
1+
Version: v3.14

cmd/helm/testdata/output/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version.BuildInfo{Version:"v3.13", GitCommit:"", GitTreeState:"", GoVersion:""}
1+
version.BuildInfo{Version:"v3.14", GitCommit:"", GitTreeState:"", GoVersion:""}

internal/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var (
2929
//
3030
// Increment major number for new feature additions and behavioral changes.
3131
// Increment minor number for bug fixes and performance enhancements.
32-
version = "v3.13"
32+
version = "v3.14"
3333

3434
// metadata is extra build time data
3535
metadata = ""

pkg/chartutil/capabilities_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ func TestDefaultCapabilities(t *testing.T) {
6262
func TestDefaultCapabilitiesHelmVersion(t *testing.T) {
6363
hv := DefaultCapabilities.HelmVersion
6464

65-
if hv.Version != "v3.13" {
66-
t.Errorf("Expected default HelmVersion to be v3.13, got %q", hv.Version)
65+
if hv.Version != "v3.14" {
66+
t.Errorf("Expected default HelmVersion to be v3.14, got %q", hv.Version)
6767
}
6868
}
6969

0 commit comments

Comments
 (0)