1
0
Fork 1
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:
Vincent Batts 2025-01-29 10:14:48 -05:00
parent 605093c80a
commit db85147556
Signed by: vbatts
GPG key ID: 71F35A9A3D56A0EA

View file

@ -7,7 +7,7 @@ import (
"github.com/urfave/cli"
)
var Version = "v0.11.7"
var Version = "v0.12.0"
func main() {
app := cli.NewApp()