Update version numbers to 1.7
parent
a18484cad2
commit
a1ed636b58
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue