Bump to version 0.5.3

Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
David Gageot 2015-12-14 15:07:27 +01:00
parent 5dd64c6bf8
commit d3041c3166
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"