1
0
mirror of https://github.com/rancher/os.git synced 2025-07-03 01:56:14 +00:00

Version 0.2.0

This commit is contained in:
Darren Shepherd 2015-03-18 23:04:20 -07:00
parent bf58b1b0ec
commit 39fc907b8a

View File

@ -1,7 +1,7 @@
package config
const (
VERSION = "0.2.0-dev"
VERSION = "0.2.0"
CONSOLE_CONTAINER = "console"
DOCKER_BIN = "/usr/bin/docker"
DOCKER_SYSTEM_HOME = "/var/lib/system-docker"