mirror of
https://github.com/vbatts/tar-split.git
synced 2025-02-12 20:57:51 +00:00
version: bump to 0.12.0
rev'ing a Y stream version because this release only has the change of making the forked version of `archive/tar` now an internal library. Since tar-split is not even using _all_ the logic in these libraries, might as well limit folks ability to import from this aging code. Reference: #79 Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
605093c80a
commit
db85147556
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
"github.com/urfave/cli"
|
||||
)
|
||||
|
||||
var Version = "v0.11.7"
|
||||
var Version = "v0.12.0"
|
||||
|
||||
func main() {
|
||||
app := cli.NewApp()
|
||||
|
|
Loading…
Reference in a new issue