mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Bump to next dev version
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
2cd6cb9a47
commit
fc7b74d7f9
@ -1,4 +1,4 @@
|
||||
from __future__ import absolute_import
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '1.11.0'
|
||||
__version__ = '1.12.0dev'
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
VERSION="1.11.0"
|
||||
VERSION="1.12.0dev"
|
||||
IMAGE="docker/compose:$VERSION"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user