mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-23 04:30:19 +01:00
Merge pull request #247 from dutchcoders/ISSUE-238
ISSUE-238 fix version
This commit is contained in:
commit
2536b39220
1 changed files with 2 additions and 1 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue