From 219377e02336236afb988cb3b0e5bdf13a8d73d7 Mon Sep 17 00:00:00 2001 From: briskt <3172830+briskt@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:16:20 +0800 Subject: [PATCH] Update ecs-deploy version number --- ecs-deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs-deploy b/ecs-deploy index b93fce6..77cf0ad 100755 --- a/ecs-deploy +++ b/ecs-deploy @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Setup default values for variables -VERSION="3.10.17" +VERSION="3.10.18" CLUSTER=false SERVICE=false TASK_DEFINITION=false