From 613eb00d92db1cebb501bcd821a5c1d6210d6e27 Mon Sep 17 00:00:00 2001 From: Patrick Robinson Date: Wed, 23 Oct 2019 14:18:38 +1100 Subject: [PATCH] Update README version Previous version I forgot to bump it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6b5b3e..ff05313 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ steps: concurrency_group: "my-service-deploy" concurrency: 1 plugins: - - ecs-deploy#v1.3.0: + - ecs-deploy#v1.4.0: cluster: "my-ecs-cluster" service: "my-service" task-definition: "examples/hello-world.json"