From e75e40582c6d9bd855068b0c1285c775c69cce41 Mon Sep 17 00:00:00 2001 From: Austin Ely Date: Thu, 2 Jul 2020 10:29:22 -0700 Subject: [PATCH] version bump for 1.20.0 --- VERSION | 2 +- ecs-cli/modules/version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 7df3a13a6..f1e7f0650 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.19.1 \ No newline at end of file +1.20.0 \ No newline at end of file diff --git a/ecs-cli/modules/version/version.go b/ecs-cli/modules/version/version.go index de56a187c..8c87db5ab 100644 --- a/ecs-cli/modules/version/version.go +++ b/ecs-cli/modules/version/version.go @@ -22,7 +22,7 @@ package version // repository. Only the 'Version' const should change in checked-in source code // Version is the version of the ECS CLI -const Version = "1.19.1" +const Version = "1.20.0" // GitDirty indicates the cleanliness of the git repo when this ecs-cli was built const GitDirty = true