mirror of
https://github.com/vbatts/tar-split.git
synced 2025-02-09 19:43:32 +00:00
version: bump to v0.12.1
suck it @jeckersb Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
a4bd92b334
commit
90e3f6cbfa
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
"github.com/urfave/cli"
|
||||
)
|
||||
|
||||
var Version = "v0.12.0"
|
||||
var Version = "v0.12.1"
|
||||
|
||||
func main() {
|
||||
app := cli.NewApp()
|
||||
|
|
Loading…
Reference in a new issue