Files
docker-machine/version/version.go
Yuan Sun f027b47045 Fix a typo in version.go
Signed-off-by: Yuan Sun <sunyuan3@huawei.com>
2015-04-01 17:56:50 +08:00

10 lines
187 B
Go

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