1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00

removed :

This commit is contained in:
Carlos Alexandro Becker 2017-03-25 20:26:03 -03:00
parent 0ac8fb3c27
commit 0086fc54d1
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -28,7 +28,7 @@ var (
func main() {
var app = cli.NewApp()
app.Name = "goreleaser"
app.Version = version + ", commit: " + commit + ", built at " + date
app.Version = version + ", commit " + commit + ", built at " + date
app.Usage = "Deliver Go binaries as fast and easily as possible"
app.Flags = []cli.Flag{
cli.StringFlag{