Skip to content

Commit

Permalink
Merge pull request #136 from dseevr/release-1.0-bump_version_1.0.2
Browse files Browse the repository at this point in the history
scripts/build.sh: bump version to 1.0.2
  • Loading branch information
dseevr authored May 25, 2017
2 parents 1a0788d + 5ee91c6 commit 30d56d1
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,12 +13,12 @@ fi
DEV_IMAGE_NAME="devbuild"
VERSION=${BUILD_VERSION-$DEV_IMAGE_NAME}

contiv_version=${CONTIV_VERSION:-"1.0.1"}
contiv_version=${CONTIV_VERSION:-"1.0.2"}

aci_gw_version=${CONTIV_ACI_GW_VERSION:-"latest"}
ansible_image_version=${CONTIV_ANSIBLE_IMAGE_VERSION:-$contiv_version}
auth_proxy_version=${CONTIV_API_PROXY_VERSION:-$contiv_version}
v2plugin_version=${CONTIV_V2PLUGIN_VERSION:-"1.0.1"}
v2plugin_version=${CONTIV_V2PLUGIN_VERSION:-"1.0.2"}
docker_version=${CONTIV_DOCKER_VERSION:-1.12.6}
etcd_version=${CONTIV_ETCD_VERSION:-v2.3.8}

Expand Down

0 comments on commit 30d56d1

Please sign in to comment.