We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 505e1ff commit 2432fb2Copy full SHA for 2432fb2
package.json
@@ -517,5 +517,5 @@
517
"type": "git",
518
"url": "https://github.com/sumneko/lua-language-server"
519
},
520
- "version": "0.20.6"
+ "version": "0.20.7"
521
}
package/build.lua
@@ -1,6 +1,6 @@
1
local json = require 'json-beautify'
2
3
-local VERSION = "0.20.6"
+local VERSION = "0.20.7"
4
5
local package = require 'package.package'
6
0 commit comments