Skip to content

Commit

Permalink
scripts/build.sh: bump versions to 1.1.6
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Robinson <dseevr@users.noreply.github.com>
  • Loading branch information
dseevr committed Nov 7, 2017
1 parent 34183a5 commit dcd0e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.1.5"}
contiv_version=${CONTIV_VERSION:-"1.1.6"}
pull_images=${CONTIV_CI_HOST:-"false"}
aci_gw_version=${CONTIV_ACI_GW_VERSION:-"08-04-2017.2.2_2j"}
ansible_image_version=${CONTIV_ANSIBLE_IMAGE_VERSION:-$contiv_version}
Expand All @@ -28,7 +28,7 @@ contiv_ansible_owner=${CONTIV_ANSIBLE_OWNER:-contiv}
# because of this, the default value for this variable will become the latest
# version that is available in the Docker Store and should be considered
# independent of $contiv_version above.
v2plugin_version=${CONTIV_V2PLUGIN_VERSION:-"1.1.5"}
v2plugin_version=${CONTIV_V2PLUGIN_VERSION:-"1.1.6"}

function usage() {
echo "Usage:"
Expand Down

0 comments on commit dcd0e7a

Please sign in to comment.