Skip to content

Commit

Permalink
Merge pull request #274 from dseevr/bump_version
Browse files Browse the repository at this point in the history
scripts/build.sh: update versions to 1.1.5
  • Loading branch information
dseevr committed Oct 19, 2017
2 parents 16db18d + c4cc4c0 commit 42991e4
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-cvd.1"}
contiv_version=${CONTIV_VERSION:-"1.1.5"}
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-cvd.1"}
v2plugin_version=${CONTIV_V2PLUGIN_VERSION:-"1.1.5"}

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

0 comments on commit 42991e4

Please sign in to comment.