Files
docker-machine/version/version.go
Evan Hazlett d8bd18d3bb add git commit to version info
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2015-03-20 14:41:48 -04:00

10 lines
186 B
Go

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