summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2019-06-03 19:57:15 +0800
committersumneko <sumneko@hotmail.com>2019-06-03 19:57:15 +0800
commit6314adcca618c06a6a1c09349aa2b7e17d0690c4 (patch)
tree0e178a629e456ee1071c7e0af568881ca59d466a /server
parentdd1ffb990002769906a68ca7ac67e25d6eef2149 (diff)
downloadlua-language-server-6314adcca618c06a6a1c09349aa2b7e17d0690c4.zip
0.9.10
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 f509d8ff..c6492855 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.9"
+local VERSION = "0.9.10"
local package = {
name = "lua",