Skip to content

Commit

Permalink
"Bump 1.21.1"
Browse files Browse the repository at this point in the history
Signed-off-by: Joffrey F <[email protected]>
  • Loading branch information
shin- committed Apr 20, 2018
1 parent a752208 commit 7641a56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import absolute_import
from __future__ import unicode_literals

__version__ = '1.22.0dev'
__version__ = '1.21.1'
2 changes: 1 addition & 1 deletion script/run/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

set -e

VERSION="1.21.0"
VERSION="1.21.1"
IMAGE="docker/compose:$VERSION"


Expand Down

0 comments on commit 7641a56

Please sign in to comment.