mirror of
https://github.com/docker/compose.git
synced 2026-08-03 22:27:30 +00:00
"Bump 1.26.0"
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
f2bb6ff473
commit
3d2a82ca83
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from __future__ import absolute_import
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '1.26.0-rc5'
|
||||
__version__ = '1.26.0'
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
VERSION="1.26.0-rc5"
|
||||
VERSION="1.26.0"
|
||||
IMAGE="docker/compose:$VERSION"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue