Files
docker-docs/version/version.go
Victor Vieux 380c3bf828 Bump version to 1.0.0
Signed-off-by: Victor Vieux <vieux@docker.com>
2015-10-13 17:40:00 -07:00

10 lines
187 B
Go

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