From 8edd2a9b243e3907d1f8e53b50472ac1794cb385 Mon Sep 17 00:00:00 2001 From: Ka-Hing Cheung Date: Tue, 8 Aug 2017 00:00:21 -0700 Subject: [PATCH] v0.0.14 --- internal/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/flags.go b/internal/flags.go index 9d0658c7..00cbd587 100644 --- a/internal/flags.go +++ b/internal/flags.go @@ -76,7 +76,7 @@ func NewApp() (app *cli.App) { app = &cli.App{ Name: "goofys", - Version: "0.0.13-" + VersionHash, + Version: "0.0.14-" + VersionHash, Usage: "Mount an S3 bucket locally", HideHelp: true, Writer: os.Stderr,