From 721099aca6866ffe2ec94bd95afc7cf83c6183e9 Mon Sep 17 00:00:00 2001 From: Matt Henderson Date: Fri, 3 Jun 2022 15:12:16 -0400 Subject: [PATCH] Bump version number for upcoming release. --- ecs-deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs-deploy b/ecs-deploy index f81ca7b..54f5d50 100755 --- a/ecs-deploy +++ b/ecs-deploy @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Setup default values for variables -VERSION="3.10.4" +VERSION="3.10.5" CLUSTER=false SERVICE=false TASK_DEFINITION=false