diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-07-30 14:02:47 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-07-30 14:02:47 +0800 |
commit | 143937e84d8f6a8b85cbc8a39b542ab2dab2ee4d (patch) | |
tree | f0370ac516cd2f9c1bb0d3342fb02b9b316367f1 /server/test/build_package.lua | |
parent | 5a06a450ee0e0138b995cd7e4702ee3289f929b2 (diff) | |
download | lua-language-server-143937e84d8f6a8b85cbc8a39b542ab2dab2ee4d.zip |
0.11.2
Diffstat (limited to 'server/test/build_package.lua')
-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 86a76c02..10139c87 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.1" +local VERSION = "0.11.2" local package = { name = "lua", |