0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-06-02 17:39:39 +02: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.
var Version = ""
var Version = "source"
const (
configFilename = "config.yml"