Release 1.3.0

This commit is contained in:
Liang Ding 2015-07-18 10:19:08 +08:00
parent a001bd6e35
commit e16696ac63
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ const (
PathListSeparator = string(os.PathListSeparator) PathListSeparator = string(os.PathListSeparator)
// WideVersion holds the current wide version. // WideVersion holds the current wide version.
WideVersion = "1.2.0" WideVersion = "1.3.0"
// CodeMirrorVer holds the current editor version. // CodeMirrorVer holds the current editor version.
CodeMirrorVer = "5.1" CodeMirrorVer = "5.1"