Skip to content

Commit c2b2826

Browse files
committed
_VERSION in Lua 5.5
1 parent 72ec6f0 commit c2b2826

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meta/template/basic.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,8 @@ _VERSION = "Lua 5.2"
306306
_VERSION = "Lua 5.3"
307307
---#elseif VERSION == 5.4 then
308308
_VERSION = "Lua 5.4"
309+
---#elseif VERSION == 5.5 then
310+
_VERSION = "Lua 5.5"
309311
---#end
310312

311313
---@version >5.4

0 commit comments

Comments
 (0)