diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-08-09 15:38:22 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-08-09 15:38:22 +0800 |
commit | f4b297542f2e5c9635aa602f66c96f8ec1c76e4f (patch) | |
tree | 5441b969202bf0879bc73623c70b6916e3a6a102 /server/test | |
parent | 81e64790e12bfc3d5bb150f51051d72bea551a3f (diff) | |
download | lua-language-server-f4b297542f2e5c9635aa602f66c96f8ec1c76e4f.zip |
0.11.5
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 36d0d6b2..6622c3bd 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.4" +local VERSION = "0.11.5" local package = { name = "lua", |