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

Merge pull request #80 from vbatts/versionbump

version: bump to 0.12.0
This commit is contained in:
Vincent Batts 2025-01-29 07:19:03 -08:00 committed by GitHub
commit bca84be96e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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