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 3db57a3 commit 0c45d5fCopy full SHA for 0c45d5f
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.11.1
4
+* Bug - Revert IPC/PID flags due to bad default behavior
5
+
6
## 1.11.0
7
* Feature - Add support ECS Secrets for #664
8
* Feature - Add support for IPC and PID flags #665
VERSION
@@ -1 +1 @@
-1.11.0
+1.11.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.11.0"
+const Version = "1.11.1"
26
27
// GitDirty indicates the cleanliness of the git repo when this ecs-cli was built
28
const GitDirty = true
0 commit comments