Skip to content

Commit 9ba2bf3

Browse files
committed
v0.0.13
1 parent ba7e2d8 commit 9ba2bf3

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

7777
app = &cli.App{
7878
Name: "goofys",
79-
Version: "0.0.12-" + VersionHash,
79+
Version: "0.0.13-" + VersionHash,
8080
Usage: "Mount an S3 bucket locally",
8181
HideHelp: true,
8282
Writer: os.Stderr,

0 commit comments

Comments
 (0)