Skip to content

Commit 3d8c910

Browse files
committed
v0.23.0
1 parent 67dee32 commit 3d8c910

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
@@ -86,7 +86,7 @@ func NewApp() (app *cli.App) {
8686

8787
app = &cli.App{
8888
Name: "goofys",
89-
Version: "0.22.0-" + VersionHash,
89+
Version: "0.23.0-" + VersionHash,
9090
Usage: "Mount an S3 bucket locally",
9191
HideHelp: true,
9292
Writer: os.Stderr,

0 commit comments

Comments
 (0)