From dcd0e7a729b9d1b5fd96f4e7fd2355b721d58199 Mon Sep 17 00:00:00 2001 From: Bill Robinson Date: Tue, 7 Nov 2017 10:21:32 -0800 Subject: [PATCH] scripts/build.sh: bump versions to 1.1.6 Signed-off-by: Bill Robinson --- scripts/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 190acaf..b86fc3f 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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} @@ -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:"