Version from file

This commit is contained in:
Kirill Zaitsev
2015-01-12 16:51:54 +03:00
parent ce5d4edca5
commit ef3fba75a9
4 changed files with 11 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ import (
var (
// commit sha for the current build.
version string = "0.3-dev"
version string
revision string
)