Merge pull request #247 from dutchcoders/ISSUE-238

ISSUE-238 fix version
This commit is contained in:
Andrea Spacca 2019-07-06 20:54:00 +02:00 committed by GitHub
commit 2536b39220
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ import (
"google.golang.org/api/googleapi"
)
var Version = "0.1"
var Version = "1.1.0"
var helpTemplate = `NAME:
{{.Name}} - {{.Usage}}
@ -221,6 +221,7 @@ func New() *Cmd {
app.Author = ""
app.Usage = "transfer.sh"
app.Description = `Easy file sharing from the command line`
app.Version = Version
app.Flags = globalFlags
app.CustomAppHelpTemplate = helpTemplate
app.Commands = []cli.Command{