From 0b0a67cc338d6a5b4a12b8226ea82f2333428568 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Wed, 9 Aug 2017 09:39:16 +0800 Subject: [PATCH] :bookmark: Release 1.5.3 --- conf/wide.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/wide.go b/conf/wide.go index da5cf27..38f9a5d 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.2" + WideVersion = "1.5.3" // CodeMirrorVer holds the current editor version. CodeMirrorVer = "5.1"