1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2025-04-15 10:48:44 +00:00

Merge pull request #78 from vbatts/version

main: update version
This commit is contained in:
Vincent Batts 2025-01-20 09:31:04 -06:00 committed by GitHub
commit 42a2f59a07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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()