Files
docker-docs/version/version.go
Chanwit Kaewkasi 2fd733b11e bump version to 0.5.0-dev
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
2015-08-16 11:01:49 -04:00

10 lines
191 B
Go

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