Skip to content

Commit 1a8dd3f

Browse files
authored
feat: expose _VERSION
1 parent 5748ac0 commit 1a8dd3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/mods/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
require "mods._compat"
1+
require("mods._compat")
22

3-
return setmetatable({}, {
3+
return setmetatable({ _VERSION = "mods 0.6.0" }, { -- x-release-please-version
44
__index = function(t, k)
55
local modname = "mods." .. tostring(k)
66
local ok, v = pcall(require, modname)

0 commit comments

Comments
 (0)