Skip to content

Commit c21d056

Browse files
committed
3.6.16
1 parent ea5b0a8 commit c21d056

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3070,5 +3070,5 @@
30703070
"sponsor": {
30713071
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
30723072
},
3073-
"version": "3.6.15"
3073+
"version": "3.6.16"
30743074
}

package/build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local json = require 'json-beautify'
22

3-
local VERSION = "3.6.15"
3+
local VERSION = "3.6.16"
44

55
local package = require 'package.package'
66
local fsu = require 'fs-utility'

server

0 commit comments

Comments
 (0)