summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-07-23 16:13:17 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-07-23 16:13:17 +0800
commit7e36bb04ca913dcfba0576b1d949306701636162 (patch)
tree3662b1538393d3ffccfb7748935b0d87e4ef4b8b /server
parentbecece7e9f26f2eca4e82276b0fffcc7245091cf (diff)
downloadlua-language-server-7e36bb04ca913dcfba0576b1d949306701636162.zip
0.11.0
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 8921f3ae..a3d4e3d3 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.8"
+local VERSION = "0.11.0"
local package = {
name = "lua",