Merge pull request #7553 from bacongobbler/bump-version-3.1

fix(version): bump version to v3.1
pull/7571/head
Matthew Fisher 5 years ago committed by GitHub
commit 38ce4af105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

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

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

@ -23,14 +23,14 @@ import (
)
var (
// version is the current version of the Helm.
// version is the current version of Helm.
// Update this whenever making a new release.
// The version is of the format Major.Minor.Patch[-Prerelease][+BuildMetadata]
//
// Increment major number for new feature additions and behavioral changes.
// Increment minor number for bug fixes and performance enhancements.
// Increment patch number for critical fixes to existing releases.
version = "v3.0"
version = "v3.1"
// metadata is extra build time data
metadata = ""

Loading…
Cancel
Save