Skip to content

Commit 0b29147

Browse files
committed
Bump version.
1 parent 1aa2355 commit 0b29147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preprocess.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ setmetatable(_G, {__newindex=function(_G, k, v)
122122
end})
123123
--]]
124124

125-
local VERSION = "1.11.0"
125+
local VERSION = "1.11.1"
126126

127127
local MAX_DUPLICATE_FILE_INSERTS = 1000 -- @Incomplete: mak this a parameter for processFile()/processString().
128128

0 commit comments

Comments
 (0)