summaryrefslogtreecommitdiff
path: root/server/test
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2019-05-20 21:30:38 +0800
committersumneko <sumneko@hotmail.com>2019-05-20 21:30:38 +0800
commit27ea26c59c2cb18947f92551495a0fc99c99bed1 (patch)
treedce4b28f4bb7a5f328a540c09f428c5cb5b1b9cd /server/test
parentbb5ec0a8fc13ff9c6d12e2a74b75b15705774d0d (diff)
downloadlua-language-server-27ea26c59c2cb18947f92551495a0fc99c99bed1.zip
0.9.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 425a367d..c351029b 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.5"
+local VERSION = "0.9.6"
local package = {
name = "lua",