mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Bump version to 1.25.5
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
750e521632
commit
8a1c60f64e
@ -1,7 +1,7 @@
|
||||
Change log
|
||||
==========
|
||||
|
||||
1.25.5 (2020-02-03)
|
||||
1.25.5 (2020-02-04)
|
||||
-------------------
|
||||
|
||||
### Features
|
||||
|
@ -1,4 +1,4 @@
|
||||
from __future__ import absolute_import
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '1.25.5-rc1'
|
||||
__version__ = '1.25.5'
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
VERSION="1.25.5-rc1"
|
||||
VERSION="1.25.5"
|
||||
IMAGE="docker/compose:$VERSION"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user