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