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 29c6d05 commit 45b8d78Copy full SHA for 45b8d78
internal/flags.go
@@ -86,7 +86,7 @@ func NewApp() (app *cli.App) {
86
87
app = &cli.App{
88
Name: "goofys",
89
- Version: "0.23.1-" + VersionHash,
+ Version: "0.24.0-" + VersionHash,
90
Usage: "Mount an S3 bucket locally",
91
HideHelp: true,
92
Writer: os.Stderr,
0 commit comments