chore: versioning with ldflags (#726)

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
Henrique Dias
2019-05-12 21:08:43 +01:00
committed by GitHub
parent d649ae6ff7
commit 7fc4899507
4 changed files with 16 additions and 21 deletions

View File

@@ -1,6 +1,8 @@
package version
const (
var (
// Version is the current File Browser version.
Version = "(untracked)"
// CommitSHA is the commmit sha.
CommitSHA = "(unknown)"
)