From 0ecb57a871ff4e2bf157e29c2928593c66550d28 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 15 Dec 2016 09:20:26 +0800 Subject: [PATCH] :bookmark: Release 1.5.2 --- conf/wide.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/wide.go b/conf/wide.go index 09b83fb..9c9dcdf 100644 --- a/conf/wide.go +++ b/conf/wide.go @@ -39,7 +39,7 @@ const ( PathListSeparator = string(os.PathListSeparator) // WideVersion holds the current Wide's version. - WideVersion = "1.5.1" + WideVersion = "1.5.2" // CodeMirrorVer holds the current editor version. CodeMirrorVer = "5.1"