Merge pull request #4210 from kubernetes/chenopis-update-ver
Update version numbers to 1.7
This commit is contained in:
+2
-2
@@ -18,8 +18,8 @@ defaults:
|
||||
scope:
|
||||
path: ""
|
||||
values:
|
||||
fullversion: "v1.6.3"
|
||||
version: "v1.6"
|
||||
fullversion: "v1.7.0"
|
||||
version: "v1.7"
|
||||
githubbranch: "master"
|
||||
docsbranch: "master"
|
||||
-
|
||||
|
||||
@@ -5,8 +5,8 @@ set -o errexit
|
||||
# Uncomment this to see the commands as they are run
|
||||
# set -x
|
||||
|
||||
VERSION=1.6
|
||||
OLDVERSION=1.5
|
||||
VERSION=1.7
|
||||
OLDVERSION=1.6
|
||||
|
||||
# Processes api reference docs.
|
||||
function process_api_ref_docs {
|
||||
|
||||
Reference in New Issue
Block a user