From a70f4a91c455e0adaf8a5280203269bc0be1aac4 Mon Sep 17 00:00:00 2001 From: Holly Cummins and Ravi Khetani Date: Thu, 25 Jan 2018 15:52:34 +0000 Subject: [PATCH] Bump version to 1.3 (since a 1.2 is semi-in the field) --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 0485756..0eb1c3f 100644 --- a/.env +++ b/.env @@ -9,7 +9,7 @@ export GOPATH="${GOPATH:-${WORKSPACE}}" export PATH="${GOPATH}/bin:${PATH}" export PLUGIN_NAME="blue-green-deploy" -export PLUGIN_VERSION="${PLUGIN_VERSION:-1.1.0}" +export PLUGIN_VERSION="${PLUGIN_VERSION:-1.3.0}" export APP_PKG_NAME="github.com/bluemixgaragelondon/cf-blue-green-deploy"