Skip to content

Commit e8b06fc

Browse files
committed
v0.0.16
1 parent 7abb3db commit e8b06fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func NewApp() (app *cli.App) {
8282

8383
app = &cli.App{
8484
Name: "goofys",
85-
Version: "0.0.15-" + VersionHash,
85+
Version: "0.0.16-" + VersionHash,
8686
Usage: "Mount an S3 bucket locally",
8787
HideHelp: true,
8888
Writer: os.Stderr,

0 commit comments

Comments
 (0)