Skip to content

Commit db85147

Browse files
committed
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>
1 parent 605093c commit db85147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/tar-split/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/urfave/cli"
88
)
99

10-
var Version = "v0.11.7"
10+
var Version = "v0.12.0"
1111

1212
func main() {
1313
app := cli.NewApp()

0 commit comments

Comments
 (0)