Update Docker Compose version to 1.16.1 (#4502)

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers 2017-09-12 01:41:42 +02:00 committed by Misty Stanley-Jones
parent 67f560b57e
commit 244ff5f43a
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.