Merge pull request #258 from ngtuna/release-v0.1.2

v0.1.2
This commit is contained in:
Tuna 2016-10-31 12:22:29 +01:00 committed by GitHub
commit 92ea0477f1

View File

@ -18,7 +18,7 @@ package version
var (
// VERSION should be updated by hand at each release
VERSION = "0.1.1"
VERSION = "0.1.2"
// GITCOMMIT will be overwritten automatically by the build system
GITCOMMIT = "HEAD"