Files
docker-machine/version/version.go
Nathan LeClaire f8491c8140 Bump version to 0.5.0-rc2
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-10-19 17:44:31 -07:00

10 lines
191 B
Go

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