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:
parent
2527563975
commit
8fa467b5f0
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user