Bump version to 0.12.0-rc1

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
Nathan LeClaire
2017-06-02 16:50:18 -07:00
parent 4c5139775d
commit 898bedc5c0

View File

@@ -7,7 +7,7 @@ import (
var (
// Version should be updated by hand at each release
Version = "0.10.0"
Version = "0.12.0-rc1"
// GitCommit will be overwritten automatically by the build system
GitCommit = "HEAD"