Skip to content

Commit 3d40e98

Browse files
committed
v0.0.17
1 parent 6926a5e commit 3d40e98

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.16-" + VersionHash,
85+
Version: "0.0.17-" + VersionHash,
8686
Usage: "Mount an S3 bucket locally",
8787
HideHelp: true,
8888
Writer: os.Stderr,

0 commit comments

Comments
 (0)