1
0
mirror of https://github.com/rancher/os.git synced 2025-08-11 11:32:28 +00:00

Bump version to v0.3.0-rc2

This commit is contained in:
Darren Shepherd 2015-04-10 07:32:32 -07:00
parent bafe1a7992
commit 2a69c5f38e
2 changed files with 14 additions and 13 deletions

View File

@ -3,6 +3,7 @@ package config
import "github.com/rancherio/rancher-compose/project"
const (
DEFAULT_IMAGE_VERSION = "v0.3.0-rc2"
CONSOLE_CONTAINER = "console"
DOCKER_BIN = "/usr/bin/docker"
DOCKER_SYSTEM_HOME = "/var/lib/system-docker"
@ -125,6 +126,6 @@ func init() {
VERSION = "v0.0.0-dev"
}
if IMAGE_VERSION == "" {
IMAGE_VERSION = "v0.2.1"
IMAGE_VERSION = DEFAULT_IMAGE_VERSION
}
}

View File

@ -1 +1 @@
VERSION=v0.3.0-rc1
VERSION=v0.3.0-rc2