From 3de19ca7fb10649e74657965bdd7cacaf6b9f851 Mon Sep 17 00:00:00 2001 From: Ka-Hing Cheung Date: Tue, 24 Oct 2017 22:38:36 -0700 Subject: [PATCH] v0.0.18 --- internal/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/flags.go b/internal/flags.go index 93edf55f..52472bbf 100644 --- a/internal/flags.go +++ b/internal/flags.go @@ -82,7 +82,7 @@ func NewApp() (app *cli.App) { app = &cli.App{ Name: "goofys", - Version: "0.0.17-" + VersionHash, + Version: "0.0.18-" + VersionHash, Usage: "Mount an S3 bucket locally", HideHelp: true, Writer: os.Stderr,