Skip to content

Commit

Permalink
v0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
kahing committed Aug 17, 2017
1 parent 7abb3db commit e8b06fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/flags.go
Expand Up @@ -82,7 +82,7 @@ func NewApp() (app *cli.App) {

app = &cli.App{
Name: "goofys",
Version: "0.0.15-" + VersionHash,
Version: "0.0.16-" + VersionHash,
Usage: "Mount an S3 bucket locally",
HideHelp: true,
Writer: os.Stderr,
Expand Down

0 comments on commit e8b06fc

Please sign in to comment.