Skip to content

Commit

Permalink
Merge pull request #126 from unclejack/release-1.0-bump_version_1.0.1
Browse files Browse the repository at this point in the history
scripts/build.sh: bump version to 1.0.1
  • Loading branch information
unclejack authored Apr 22, 2017
2 parents 1a4b3e2 + 0e9ec51 commit 60e468a
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 60e468a

Please # to comment.