fix issue #1: output in a single file

This commit is contained in:
ngtuna
2016-07-04 14:39:08 +07:00
parent fd82f2cba4
commit bea0e4b7c3
3 changed files with 38 additions and 16 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ package version
var (
// VERSION should be updated by hand at each release
VERSION = "0.0.5-dev"
VERSION = "0.0.1-alpha"
// GITCOMMIT will be overwritten automatically by the build system
GITCOMMIT = "HEAD"