1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2025-02-13 05:07:51 +00:00

main: update version

I've forgotten to do this a couple times. Whoops.

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2025-01-20 10:30:03 -05:00
parent 80a63ccec4
commit 792a517a21
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED

View file

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