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 4f0bfd2ad1
commit de81979800
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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()