1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 06:59:12 +00:00

build v0.3.1

This commit is contained in:
Ivan Mikushin
2015-05-23 20:07:52 +05:00
parent fa76d4c13d
commit 95434c27de
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ package config
import "github.com/rancherio/rancher-compose/librcompose/project"
const (
DEFAULT_IMAGE_VERSION = "v0.3.0-rc2"
DEFAULT_IMAGE_VERSION = "v0.3.1"
CONSOLE_CONTAINER = "console"
DOCKER_BIN = "/usr/bin/docker"
DOCKER_SYSTEM_HOME = "/var/lib/system-docker"