Skip to content

Commit

Permalink
Merge pull request #97 from unclejack/bump_build_to_1.0.0-beta.6
Browse files Browse the repository at this point in the history
scripts/build.sh: bump version to 1.0.0-beta.6
  • Loading branch information
dseevr authored Apr 6, 2017
2 parents 36d0383 + c333524 commit 54d5be7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ DEV_IMAGE_NAME="devbuild"
IMAGE_NAME="contiv/auth_proxy"
VERSION=${BUILD_VERSION-$DEV_IMAGE_NAME}

auth_proxy_version=${CONTIV_API_PROXY_VERSION:-"1.0.0-beta.5"}
auth_proxy_version=${CONTIV_API_PROXY_VERSION:-"1.0.0-beta.6"}
aci_gw_version=${CONTIV_ACI_GW_VERSION:-"latest"}
contiv_version=${CONTIV_VERSION:-"1.0.0-beta.5"}
contiv_version=${CONTIV_VERSION:-"1.0.0-beta.6"}
etcd_version=${CONTIV_ETCD_VERSION:-v2.3.8}
docker_version=${CONTIV_DOCKER_VERSION:-1.12.6}
ansible_image_version=${CONTIV_ANSIBLE_IMAGE_VERSION:-"1.0.0-beta.5"}
ansible_image_version=${CONTIV_ANSIBLE_IMAGE_VERSION:-"1.0.0-beta.6"}

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

0 comments on commit 54d5be7

Please sign in to comment.