Skip to content

Commit

Permalink
scripts/build.sh: update $contiv_version to "1.1.0-rc.1"
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Robinson <[email protected]>
  • Loading branch information
dseevr committed Jun 21, 2017
1 parent 1b64e32 commit ae66efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi
DEV_IMAGE_NAME="devbuild"
VERSION=${BUILD_VERSION-$DEV_IMAGE_NAME}

contiv_version=${CONTIV_VERSION:-"1.0.3"}
contiv_version=${CONTIV_VERSION:-"1.1.0-rc.1"}
pull_images=${CONTIV_CI_HOST:-"false"}
aci_gw_version=${CONTIV_ACI_GW_VERSION:-"latest"}
ansible_image_version=${CONTIV_ANSIBLE_IMAGE_VERSION:-$contiv_version}
Expand Down

0 comments on commit ae66efc

Please sign in to comment.