summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2019-05-22 20:55:24 +0800
committersumneko <sumneko@hotmail.com>2019-05-22 20:55:24 +0800
commit72a491c98f68a8483183b0d800309a6f99e43e3b (patch)
tree6ffe643607f9a7e4535dd4fc5a07bd823259a0c0 /server
parentbb8aa605fcde6faee6605e0580817e50e09f79f3 (diff)
downloadlua-language-server-72a491c98f68a8483183b0d800309a6f99e43e3b.zip
0.9.7
Diffstat (limited to 'server')
-rw-r--r--server/test/build_package.lua2
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",