We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6926a5e commit 3d40e98Copy full SHA for 3d40e98
internal/flags.go
@@ -82,7 +82,7 @@ func NewApp() (app *cli.App) {
82
83
app = &cli.App{
84
Name: "goofys",
85
- Version: "0.0.16-" + VersionHash,
+ Version: "0.0.17-" + VersionHash,
86
Usage: "Mount an S3 bucket locally",
87
HideHelp: true,
88
Writer: os.Stderr,
0 commit comments