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:
parent
4f0bfd2ad1
commit
de81979800
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue