diff options
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | server/build_package.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index acc125c6..48e599b7 100644 --- a/package.json +++ b/package.json @@ -371,5 +371,5 @@ "type": "git", "url": "https://github.com/sumneko/lua-language-server" }, - "version": "0.12.8" + "version": "0.12.9" }
\ No newline at end of file diff --git a/server/build_package.lua b/server/build_package.lua index b8760864..f83d6b0b 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.12.8" +local VERSION = "0.12.9" local package = { name = "lua", |