From 244ff5f43af0490fa6c91f3babd64c286ae2232b Mon Sep 17 00:00:00 2001 From: Harald Albers Date: Tue, 12 Sep 2017 01:41:42 +0200 Subject: [PATCH] Update Docker Compose version to 1.16.1 (#4502) Signed-off-by: Harald Albers --- compose/completion.md | 2 +- compose/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compose/completion.md b/compose/completion.md index 1d004173bb..bd158518bc 100644 --- a/compose/completion.md +++ b/compose/completion.md @@ -4,7 +4,7 @@ keywords: fig, composition, compose, docker, orchestration, cli, reference title: Command-line completion --- -{% assign composeversion = '1.15.0' %} +{% assign composeversion = '1.16.1' %} Compose comes with [command completion](http://en.wikipedia.org/wiki/Command-line_completion) for the bash and zsh shell. diff --git a/compose/install.md b/compose/install.md index 7c26bb88af..0ae56d61de 100644 --- a/compose/install.md +++ b/compose/install.md @@ -5,7 +5,7 @@ title: Install Docker Compose toc_max: 2 --- -{% assign composeversion = '1.15.0' %} +{% assign composeversion = '1.16.1' %} You can run Compose on macOS, Windows and 64-bit Linux.