diff options
author | sumneko <sumneko@hotmail.com> | 2019-05-22 20:55:24 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-05-22 20:55:24 +0800 |
commit | 72a491c98f68a8483183b0d800309a6f99e43e3b (patch) | |
tree | 6ffe643607f9a7e4535dd4fc5a07bd823259a0c0 /server/test/build_package.lua | |
parent | bb8aa605fcde6faee6605e0580817e50e09f79f3 (diff) | |
download | lua-language-server-72a491c98f68a8483183b0d800309a6f99e43e3b.zip |
0.9.7
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 c351029b..f559b6ba 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.6" +local VERSION = "0.9.7" local package = { name = "lua", |