Merge pull request #2049 from nathanleclaire/0.5.0-rc3

Bump version to rc3
This commit is contained in:
Nathan LeClaire 2015-10-21 16:48:34 -07:00
commit a1e610bdd3
1 changed files with 1 additions and 1 deletions

View File

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