mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
ISSUE-238 fix version
This commit is contained in:
parent
8a3b87c9cf
commit
682a2bd3d8
@ -12,7 +12,7 @@ import (
|
|||||||
"google.golang.org/api/googleapi"
|
"google.golang.org/api/googleapi"
|
||||||
)
|
)
|
||||||
|
|
||||||
var Version = "0.1"
|
var Version = "1.1.0"
|
||||||
var helpTemplate = `NAME:
|
var helpTemplate = `NAME:
|
||||||
{{.Name}} - {{.Usage}}
|
{{.Name}} - {{.Usage}}
|
||||||
|
|
||||||
@ -221,6 +221,7 @@ func New() *Cmd {
|
|||||||
app.Author = ""
|
app.Author = ""
|
||||||
app.Usage = "transfer.sh"
|
app.Usage = "transfer.sh"
|
||||||
app.Description = `Easy file sharing from the command line`
|
app.Description = `Easy file sharing from the command line`
|
||||||
|
app.Version = Version
|
||||||
app.Flags = globalFlags
|
app.Flags = globalFlags
|
||||||
app.CustomAppHelpTemplate = helpTemplate
|
app.CustomAppHelpTemplate = helpTemplate
|
||||||
app.Commands = []cli.Command{
|
app.Commands = []cli.Command{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user