From 3d8c910723cded1b62f4adb40bbcd68d7e190745 Mon Sep 17 00:00:00 2001 From: Ka-Hing Cheung Date: Tue, 12 Nov 2019 21:55:02 -0800 Subject: [PATCH] v0.23.0 --- internal/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/flags.go b/internal/flags.go index fcf883d1..f5a9ce99 100644 --- a/internal/flags.go +++ b/internal/flags.go @@ -86,7 +86,7 @@ func NewApp() (app *cli.App) { app = &cli.App{ Name: "goofys", - Version: "0.22.0-" + VersionHash, + Version: "0.23.0-" + VersionHash, Usage: "Mount an S3 bucket locally", HideHelp: true, Writer: os.Stderr,