From 3d40e98b163a797e800550a30e950dc06f7229b1 Mon Sep 17 00:00:00 2001 From: Ka-Hing Cheung Date: Mon, 4 Sep 2017 22:42:11 -0700 Subject: [PATCH] v0.0.17 --- internal/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/flags.go b/internal/flags.go index 7de78c01..39f2534c 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.16-" + VersionHash, + Version: "0.0.17-" + VersionHash, Usage: "Mount an S3 bucket locally", HideHelp: true, Writer: os.Stderr,