Wide 1.1.0

This commit is contained in:
Liang Ding 2014-12-14 15:24:46 +08:00
parent 8180413359
commit efcbeb5b1a
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ const (
const ( const (
// WideVersion holds the current wide version. // WideVersion holds the current wide version.
WideVersion = "1.0.1" WideVersion = "1.1.0"
// CodeMirrorVer holds the current editor version. // CodeMirrorVer holds the current editor version.
CodeMirrorVer = "4.8" CodeMirrorVer = "4.8"
) )