Skip to content

Commit

Permalink
add 1.7.1 version define (#702)
Browse files Browse the repository at this point in the history
Signed-off-by: allenshen <shendongdong@koderover.com>
AllenShen authored Dec 8, 2021
1 parent 8eaf618 commit 084e436
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkg/cli/upgradeassistant/internal/upgradepath/versions.go
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@ const (
V150
V160
V170
V171
)

var versionMap versions = map[string]int{
@@ -39,6 +40,7 @@ var versionMap versions = map[string]int{
"1.5.0": V150,
"1.6.0": V160,
"1.7.0": V170,
"1.7.1": V171,
}

type versions map[string]int
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ limitations under the License.
package version

var (
Version = "1.7.0"
Version = "1.7.1"
BuildNumber = "0"
GitCommit = ""
)

0 comments on commit 084e436

Please sign in to comment.