From f7aaae3f635c59400b2d44300a6a050a143ba7f1 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sun, 3 Sep 2017 10:41:56 +0100 Subject: [PATCH] Version 1.3.0 Former-commit-id: 474be62198116810d28ffda109669b686b66d2c3 [formerly a2c2f34340b407679035f03a41cf75f6b75f80ec] [formerly bd04b4c765993602859a3eb5e72f9761ec16901f [formerly 6b14dc336ec9d884ba5681da016a570523aeee14]] Former-commit-id: efcb629aeecb7d61f4db93be32ae9b574d9385bf [formerly 951ea5271bfad7526aec3da1ef4afdaa7004fe58] Former-commit-id: 1e0c3c13dc7ea0247c0a2909b79f9417e1cbe59a --- filemanager.go | 2 +- rice-box.go.REMOVED.git-id | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/filemanager.go b/filemanager.go index 61717408..90975b50 100644 --- a/filemanager.go +++ b/filemanager.go @@ -21,7 +21,7 @@ import ( ) // Version is the current File Manager version. -const Version = "(untracked version)" +const Version = "1.3.0" var ( ErrExist = errors.New("the resource already exists") diff --git a/rice-box.go.REMOVED.git-id b/rice-box.go.REMOVED.git-id index 767b761d..8a67baa8 100644 --- a/rice-box.go.REMOVED.git-id +++ b/rice-box.go.REMOVED.git-id @@ -1 +1 @@ -265f5bada56b25f05069c6557a760ae229897fee \ No newline at end of file +c84063400f22d83abd9d7addb9472771523220ef \ No newline at end of file