mirror of
https://github.com/vbatts/tar-split.git
synced 2025-02-10 12:03:30 +00:00
Merge pull request #84 from vbatts/bumpversion
version: bump to v0.12.1
This commit is contained in:
commit
ced2b07a57
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import (
|
||||||
"github.com/urfave/cli"
|
"github.com/urfave/cli"
|
||||||
)
|
)
|
||||||
|
|
||||||
var Version = "v0.12.0"
|
var Version = "v0.12.1"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
app := cli.NewApp()
|
app := cli.NewApp()
|
||||||
|
|
Loading…
Reference in a new issue