diff --git a/_config.yml b/_config.yml index a116b737be..cb06611999 100644 --- a/_config.yml +++ b/_config.yml @@ -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" - diff --git a/update-imported-docs.sh b/update-imported-docs.sh index bb4be119f9..cc52baeb89 100755 --- a/update-imported-docs.sh +++ b/update-imported-docs.sh @@ -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 {