We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a97d7 commit b7da0c4Copy full SHA for b7da0c4
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## 0.7.13
4
+
5
+* Features
6
7
+ * Bundle the 1.12-patch.11 core CLI, which fixes the `dcos task log` command again
8
9
## 0.7.12
10
11
* Features
Makefile
@@ -3,7 +3,7 @@ PKG=github.com/dcos/dcos-cli
PKG_DIR=/go/src/$(PKG)
IMAGE_NAME=dcos/dcos-cli
VERSION?=$(shell git rev-parse HEAD)
-CORE_VERSION?=1.12-patch.10
+CORE_VERSION?=1.12-patch.11
windows_EXE=.exe
0 commit comments