Skip to content

Commit

Permalink
scripts/build.sh: bump version to 1.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
  • Loading branch information
unclejack committed Oct 2, 2017
1 parent 946b4b1 commit 2cd2dd1
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.2"}
contiv_version=${CONTIV_VERSION:-"1.1.3"}
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 @@ -26,7 +26,7 @@ etcd_version=${CONTIV_ETCD_VERSION:-v2.3.8}
# 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.2"}
v2plugin_version=${CONTIV_V2PLUGIN_VERSION:-"1.1.3"}

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

0 comments on commit 2cd2dd1

Please # to comment.