diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-08-01 15:02:35 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-08-01 15:02:35 +0800 |
commit | eb9eab4667b63521dfca3ba6ba6180b495cd8c57 (patch) | |
tree | b10f3542812e6f76f0712880922603c3cad17e40 /server/test | |
parent | cf45170e1003ab9bb149636725216f6fcf3f09a0 (diff) | |
download | lua-language-server-eb9eab4667b63521dfca3ba6ba6180b495cd8c57.zip |
0.11.3
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 10139c87..294375a5 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.2" +local VERSION = "0.11.3" local package = { name = "lua", |