Bump 1.16.0

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-08-30 15:52:29 -07:00 committed by Joffrey F
parent 5cc23c540c
commit 07d5042859
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
from __future__ import absolute_import
from __future__ import unicode_literals
__version__ = '1.16.0-rc2'
__version__ = '1.16.0'

View File

@ -15,7 +15,7 @@
set -e
VERSION="1.16.0-rc2"
VERSION="1.16.0"
IMAGE="docker/compose:$VERSION"