Skip to content

Commit

Permalink
"Bump 1.26.0-rc1"
Browse files Browse the repository at this point in the history
Signed-off-by: Ulysses Souza <[email protected]>
  • Loading branch information
ulyssessouza committed Feb 24, 2020
1 parent 61b749c commit 160034f
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.26.0dev'
__version__ = '1.26.0-rc1'
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.25.1"
VERSION="1.26.0-rc1"
IMAGE="docker/compose:$VERSION"


Expand Down

0 comments on commit 160034f

Please sign in to comment.