summaryrefslogtreecommitdiff
path: root/server/test
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2019-06-04 18:19:13 +0800
committersumneko <sumneko@hotmail.com>2019-06-04 18:19:13 +0800
commit98ec99599642157397a13a1202fb35877ece31d3 (patch)
treeb3faf0552a962e59d00fc07809346107a01a2c9c /server/test
parent543566ef37d053941c97fa680cf2e6ce04e9fd63 (diff)
downloadlua-language-server-98ec99599642157397a13a1202fb35877ece31d3.zip
0.9.11
Diffstat (limited to 'server/test')
-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 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",