From 4d1c5fca5a0bde677aff7af5a711c1e92279b622 Mon Sep 17 00:00:00 2001 From: Phillip Date: Mon, 24 Aug 2020 09:24:02 -0400 Subject: [PATCH] fix version number --- ecs-deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs-deploy b/ecs-deploy index 7010eff..56f443f 100755 --- a/ecs-deploy +++ b/ecs-deploy @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Setup default values for variables -VERSION="3.8.0" +VERSION="3.9.1" CLUSTER=false SERVICE=false TASK_DEFINITION=false