Update version numbers to 1.7
parent
a18484cad2
commit
a1ed636b58
|
@ -18,8 +18,8 @@ defaults:
|
||||||
scope:
|
scope:
|
||||||
path: ""
|
path: ""
|
||||||
values:
|
values:
|
||||||
fullversion: "v1.6.3"
|
fullversion: "v1.7.0"
|
||||||
version: "v1.6"
|
version: "v1.7"
|
||||||
githubbranch: "master"
|
githubbranch: "master"
|
||||||
docsbranch: "master"
|
docsbranch: "master"
|
||||||
-
|
-
|
||||||
|
|
|
@ -5,8 +5,8 @@ set -o errexit
|
||||||
# Uncomment this to see the commands as they are run
|
# Uncomment this to see the commands as they are run
|
||||||
# set -x
|
# set -x
|
||||||
|
|
||||||
VERSION=1.6
|
VERSION=1.7
|
||||||
OLDVERSION=1.5
|
OLDVERSION=1.6
|
||||||
|
|
||||||
# Processes api reference docs.
|
# Processes api reference docs.
|
||||||
function process_api_ref_docs {
|
function process_api_ref_docs {
|
||||||
|
|
Loading…
Reference in New Issue