1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2025-02-09 19:43:32 +00:00

Merge pull request #84 from vbatts/bumpversion

version: bump to v0.12.1
This commit is contained in:
Vincent Batts 2025-01-30 14:58:54 -08:00 committed by GitHub
commit ced2b07a57
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.12.0"
var Version = "v0.12.1"
func main() {
app := cli.NewApp()