Merge pull request #2573 from dgageot/bump_v0.5.3

Bump to version 0.5.3
This commit is contained in:
David Gageot 2015-12-14 16:45:40 +01:00
commit 4d39a66899
1 changed files with 1 additions and 1 deletions

View File

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