Files
docker-docs/version/version.go
Victor Vieux 7b142f5642 Bump version to 1.1.0-rc1
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2016-01-14 13:21:48 -08:00

13 lines
281 B
Go

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