We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5121d commit 2312e2bCopy full SHA for 2312e2b
package.json
@@ -505,5 +505,5 @@
505
"type": "git",
506
"url": "https://github.com/sumneko/lua-language-server"
507
},
508
- "version": "0.19.6"
+ "version": "0.20.0"
509
}
package/build.lua
@@ -1,6 +1,6 @@
1
local json = require 'json'
2
3
-local VERSION = "0.19.6"
+local VERSION = "0.20.0"
4
5
local package = require 'package.package'
6
0 commit comments