Bump to RC4

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
Nathan LeClaire
2015-10-29 14:23:06 -07:00
parent 92d67ff13f
commit 670d03a1b4

View File

@@ -2,7 +2,7 @@ package version
var (
// Version should be updated by hand at each release
Version = "0.5.0-rc3"
Version = "0.5.0-rc4"
// GitCommit will be overwritten automatically by the build system
GitCommit = "HEAD"