mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-12 15:00:39 +00:00
refactor: if version is not set during build, use version 'source' as default
This commit is contained in:
parent
2527563975
commit
8fa467b5f0
@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
// Version for git-sv.
|
||||
var Version = ""
|
||||
var Version = "source"
|
||||
|
||||
const (
|
||||
configFilename = "config.yml"
|
||||
|
Loading…
Reference in New Issue
Block a user