Files
docker-docs/version/version.go
Andrea Luzzardi a439471fe6 Bump version to 0.4.0
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2015-06-16 15:10:27 -07:00

10 lines
187 B
Go

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