0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-11-13 21:30:40 +00:00

refactor: if version is not set during build, use version 'source' as default

This commit is contained in:
Beatriz Vieira 2021-07-31 19:10:21 -03:00
parent 2527563975
commit 8fa467b5f0

View File

@ -10,7 +10,7 @@ import (
) )
// Version for git-sv. // Version for git-sv.
var Version = "" var Version = "source"
const ( const (
configFilename = "config.yml" configFilename = "config.yml"