Add new Release Workflow using Github Actions and wangyoucao577/go-release-action

This commit is contained in:
Bernhard Froehlich
2021-02-17 12:49:24 +00:00
parent 7f34fcbc99
commit 5ba64c5c6e
4 changed files with 34 additions and 37 deletions

View File

@@ -234,7 +234,7 @@ func main() {
ConfigLoad()
if *versionInfo {
fmt.Printf("smtprelay/%s\n", VERSION)
fmt.Printf("smtprelay/%s (%s)\n", appVersion, buildTime)
os.Exit(0)
}