From e8b06fca04811c9faff8e481c367d07b8f5e9a90 Mon Sep 17 00:00:00 2001 From: Ka-Hing Cheung Date: Wed, 16 Aug 2017 19:00:10 -0700 Subject: [PATCH] v0.0.16 --- internal/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/flags.go b/internal/flags.go index 7495a75a..4e09c0e1 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.15-" + VersionHash, + Version: "0.0.16-" + VersionHash, Usage: "Mount an S3 bucket locally", HideHelp: true, Writer: os.Stderr,