add goreleaser action (#2087)

* add goreleaser action

* change version
This commit is contained in:
fatedier
2020-11-20 17:00:14 +08:00
committed by GitHub
parent 0138dbd352
commit 8a779eb88c
8 changed files with 83 additions and 33 deletions

View File

@@ -19,7 +19,7 @@ import (
"strings"
)
var version string = "0.34.2"
var version string = "0.34.3"
func Full() string {
return version