diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-08-27 21:37:25 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-08-27 21:37:25 +0800 |
commit | d7133a9374a53b8e0a525ba71c3f7169c0b06a27 (patch) | |
tree | e86ce096799f87c745bdea83b725fb114b3f7b2d /server/test | |
parent | f3ef253b0c5ced3727e96df88fa16886f03325ec (diff) | |
download | lua-language-server-d7133a9374a53b8e0a525ba71c3f7169c0b06a27.zip |
0.12.0
Diffstat (limited to 'server/test')
-rw-r--r-- | server/test/build_package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/test/build_package.lua b/server/test/build_package.lua index f4d0e7c0..0abfc267 100644 --- a/server/test/build_package.lua +++ b/server/test/build_package.lua @@ -1,7 +1,7 @@ local json = require 'json' local diagDefault = require 'constant.DiagnosticDefaultSeverity' -local VERSION = "0.11.5" +local VERSION = "0.12.0" local package = { name = "lua", |