1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-11 17:50:58 +00:00

fix: set default version string (#1070)

for when people don't specify version via -ldflags

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
Ryan 2022-03-29 11:37:38 +02:00 committed by GitHub
parent cf60524ed9
commit 8227afc82b

View file

@ -8,7 +8,7 @@ import (
"github.com/nektos/act/cmd"
)
var version string
var version = "v0.2.27-dev" // Manually bump after tagging next release
func main() {
ctx := context.Background()