diff options
author | sumneko <sumneko@hotmail.com> | 2019-06-04 18:19:13 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-06-04 18:19:13 +0800 |
commit | 98ec99599642157397a13a1202fb35877ece31d3 (patch) | |
tree | b3faf0552a962e59d00fc07809346107a01a2c9c /server/test | |
parent | 543566ef37d053941c97fa680cf2e6ce04e9fd63 (diff) | |
download | lua-language-server-98ec99599642157397a13a1202fb35877ece31d3.zip |
0.9.11
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 c6492855..e522064c 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.9.10" +local VERSION = "0.9.11" local package = { name = "lua", |