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
1 changed files with 1 additions and 1 deletions

View File

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