Update install.sh oauth3 ver to tag instead of version branch

This commit is contained in:
Drew Warren 2017-11-14 13:41:50 -07:00
parent 136431d493
commit 34dff39358
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ set -u
my_name=goldilocks
my_app_pkg_name=com.daplie.goldilocks.web
my_app_ver="v1.1"
my_azp_oauth3_ver="v1.2"
my_azp_oauth3_ver="v1.2.3"
export NODE_VERSION="v8.9.0"
if [ -z "${my_tmp-}" ]; then