1
0
Fork 1
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:
Vincent Batts 2025-01-30 17:53:15 -05:00
parent a4bd92b334
commit 90e3f6cbfa
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED

View file

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