diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-05-20 00:32:54 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-05-20 00:32:54 +0800 |
commit | 6014825d9b1afe0af05f61c5ece7cf2b6f6b8013 (patch) | |
tree | fb493864225b245555d7f2e19f5c6b81c8f479e7 /server/test | |
parent | 11086c9daa6c45186db21fd33767726bcf37b127 (diff) | |
download | lua-language-server-6014825d9b1afe0af05f61c5ece7cf2b6f6b8013.zip |
0.9.5
Diffstat (limited to 'server/test')
-rw-r--r-- | server/test/build_package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/test/build_package.lua b/server/test/build_package.lua index 15e64c82..425a367d 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.4" +local VERSION = "0.9.5" local package = { name = "lua", |