Skip to content

Commit

Permalink
scripts/build.sh: bump version to 1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Staretu <[email protected]>
  • Loading branch information
unclejack committed Apr 22, 2017
1 parent 1a4b3e2 commit 0e9ec51
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"}
auth_proxy_version=${CONTIV_API_PROXY_VERSION:-"1.0.1"}
aci_gw_version=${CONTIV_ACI_GW_VERSION:-"latest"}
contiv_version=${CONTIV_VERSION:-"1.0.0"}
contiv_version=${CONTIV_VERSION:-"1.0.1"}
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"}
ansible_image_version=${CONTIV_ANSIBLE_IMAGE_VERSION:-"1.0.1"}

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

0 comments on commit 0e9ec51

Please sign in to comment.