Files
docker-docs/version/version.go
Dong Chen 27cf675aba Bump version to 1.2.0-rc1
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
2016-03-22 16:14:53 -07:00

13 lines
281 B
Go

package version
var (
// VERSION should be updated by hand at each release
VERSION = "1.2.0"
// GITCOMMIT will be overwritten automatically by the build system
GITCOMMIT = "HEAD"
// BUILDTIME will be overwritten automatically by the build system
BUILDTIME = "<unknown>"
)