Compare commits

...

1 Commits

Author SHA1 Message Date
Joffrey F
e918c745d3 Bump version to 0.14.0-rc1
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-02-26 12:33:31 -08:00

View File

@@ -6,7 +6,7 @@ import (
)
var (
Version = "dev"
Version = "0.14.0-rc1"
// GitCommit will be overwritten automatically by the build system
GitCommit = "HEAD"