mirror of
https://github.com/vbatts/tar-split.git
synced 2025-02-13 05:07:51 +00:00
main: update version
I've forgotten to do this a couple times. Whoops. Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
80a63ccec4
commit
792a517a21
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
"github.com/urfave/cli"
|
||||
)
|
||||
|
||||
var Version = "v0.11.3"
|
||||
var Version = "v0.11.7"
|
||||
|
||||
func main() {
|
||||
app := cli.NewApp()
|
||||
|
|
Loading…
Reference in a new issue