Bump version to 0.9.0-rc2

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
Nathan LeClaire
2016-11-30 14:36:04 -08:00
parent bb37dc7806
commit 7b195916ea

View File

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