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 bb53a26 commit 943e017Copy full SHA for 943e017
internal/flags.go
@@ -82,7 +82,7 @@ func NewApp() (app *cli.App) {
82
83
app = &cli.App{
84
Name: "goofys",
85
- Version: "0.0.18-" + VersionHash,
+ Version: "0.19.0-" + VersionHash,
86
Usage: "Mount an S3 bucket locally",
87
HideHelp: true,
88
Writer: os.Stderr,
0 commit comments