We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba7e2d8 commit 9ba2bf3Copy full SHA for 9ba2bf3
internal/flags.go
@@ -76,7 +76,7 @@ func NewApp() (app *cli.App) {
76
77
app = &cli.App{
78
Name: "goofys",
79
- Version: "0.0.12-" + VersionHash,
+ Version: "0.0.13-" + VersionHash,
80
Usage: "Mount an S3 bucket locally",
81
HideHelp: true,
82
Writer: os.Stderr,
0 commit comments