Version to 2.1.6
Issue-ID: AAF-571
Change-Id: I371b8afd791463290d0ab22bc455b7a84c25aa8e
Signed-off-by: Instrumental <jonathan.gathman@att.com>
diff --git a/auth/docker/agent.sh b/auth/docker/agent.sh
index d643b5e..45f5b43 100644
--- a/auth/docker/agent.sh
+++ b/auth/docker/agent.sh
@@ -9,7 +9,7 @@
. ./aaf.props
DOCKER=${DOCKER:=docker}
-CADI_VERSION=${CADI_VERSION:=2.1.5-SNAPSHOT}
+CADI_VERSION=${CADI_VERSION:=2.1.6-SNAPSHOT}
for V in VERSION DOCKER_REPOSITORY AAF_FQDN AAF_FQDN_IP DEPLOY_FQI APP_FQDN APP_FQI VOLUME DRIVER LATITUDE LONGITUDE; do
if [ "$(grep $V ./aaf.props)" = "" ]; then