Files
docker-docs/version/version.go
Dong Chen af8cabf71d Bump version to 1.0.1
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
2015-12-09 15:39:20 -08:00

10 lines
187 B
Go

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