Bump 1.9.0-rc1

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2016-10-19 14:12:20 -07:00
commit 28788bd9b5
4 changed files with 101 additions and 4 deletions

View file

@ -65,8 +65,8 @@ git config "branch.${BRANCH}.release" $VERSION
editor=${EDITOR:-vim}
echo "Update versions in docs/install.md, compose/__init__.py, script/run/run.sh"
$editor docs/install.md
echo "Update versions in compose/__init__.py, script/run/run.sh"
# $editor docs/install.md
$editor compose/__init__.py
$editor script/run/run.sh

View file

@ -15,7 +15,7 @@
set -e
VERSION="1.8.0"
VERSION="1.9.0-rc1"
IMAGE="docker/compose:$VERSION"