summaryrefslogtreecommitdiff
path: root/server/test
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-07-09 11:20:31 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-07-09 11:20:31 +0800
commitbd30197133b5c6ccb3dc977826646fc30e6a1ef2 (patch)
tree2c34ff44ac8e79995671de56081c91b685797507 /server/test
parentdc67d2357ef43e9f3c1f4d78ef5e141c475b9dcb (diff)
downloadlua-language-server-bd30197133b5c6ccb3dc977826646fc30e6a1ef2.zip
0.10.6
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 748e4298..784f6a53 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.10.5"
+local VERSION = "0.10.6"
local package = {
name = "lua",