summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-11-22 17:48:33 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-11-22 17:48:33 +0800
commit52c94b5a1f794ffd24bd020b6f0903afc9d44a93 (patch)
tree69a11b6262d9ba2ea4be00146a9e9b6561b59d3f /server
parentc2928266ada23fb001c3dc1143e18e72aa7ce177 (diff)
downloadlua-language-server-52c94b5a1f794ffd24bd020b6f0903afc9d44a93.zip
0.14.2
Diffstat (limited to 'server')
-rw-r--r--server/build_package.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/build_package.lua b/server/build_package.lua
index 17ec38f5..402cea14 100644
--- a/server/build_package.lua
+++ b/server/build_package.lua
@@ -1,7 +1,7 @@
local json = require 'json'
local diagDefault = require 'constant.DiagnosticDefaultSeverity'
-local VERSION = "0.14.1"
+local VERSION = "0.14.2"
local package = {
name = "lua",