mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-09 13:36:56 +02:00
removed :
This commit is contained in:
parent
0ac8fb3c27
commit
0086fc54d1
2
main.go
2
main.go
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user