Bump version for release candidate

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
Nathan LeClaire
2015-10-16 17:53:58 -07:00
parent 8aa1572e0d
commit 581198de1b
+1 -1
View File
@@ -2,7 +2,7 @@ package version
var (
// Version should be updated by hand at each release
Version = "0.5.0-dev"
Version = "0.5.0-rc1"
// GitCommit will be overwritten automatically by the build system
GitCommit = "HEAD"