We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d5fc4 commit 628b3e6Copy full SHA for 628b3e6
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.15.1
4
+* Bug - Fix go statement coverage results in our integration tests
5
+
6
## 1.15.0
7
* Feature - Add support for local subcommands (#885)
8
* Feature - Support stop_timeout field (#787)
VERSION
@@ -1 +1 @@
-1.15.0
+1.15.1
ecs-cli/modules/version/version.go
@@ -22,7 +22,7 @@ package version
22
// repository. Only the 'Version' const should change in checked-in source code
23
24
// Version is the version of the ECS CLI
25
-const Version = "1.15.0"
+const Version = "1.15.1"
26
27
// GitDirty indicates the cleanliness of the git repo when this ecs-cli was built
28
const GitDirty = true
0 commit comments