Bump version to 0.13.0-rc1

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F
2017-10-12 18:51:08 -07:00
parent 83812d4275
commit 92c2e6918d

View File

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