We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7abb3db commit e8b06fcCopy full SHA for e8b06fc
internal/flags.go
@@ -82,7 +82,7 @@ func NewApp() (app *cli.App) {
82
83
app = &cli.App{
84
Name: "goofys",
85
- Version: "0.0.15-" + VersionHash,
+ Version: "0.0.16-" + VersionHash,
86
Usage: "Mount an S3 bucket locally",
87
HideHelp: true,
88
Writer: os.Stderr,
0 commit comments