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