summaryrefslogtreecommitdiff
path: root/server/test
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-08-09 15:38:22 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-08-09 15:38:22 +0800
commitf4b297542f2e5c9635aa602f66c96f8ec1c76e4f (patch)
tree5441b969202bf0879bc73623c70b6916e3a6a102 /server/test
parent81e64790e12bfc3d5bb150f51051d72bea551a3f (diff)
downloadlua-language-server-f4b297542f2e5c9635aa602f66c96f8ec1c76e4f.zip
0.11.5
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 36d0d6b2..6622c3bd 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.11.4"
+local VERSION = "0.11.5"
local package = {
name = "lua",