From a1ed636b584e3648bc8576b713df23d1710d5a3c Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Tue, 27 Jun 2017 16:34:04 -0700 Subject: [PATCH] Update version numbers to 1.7 --- _config.yml | 4 ++-- update-imported-docs.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 {