We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64256a0 commit a428621Copy full SHA for a428621
1 file changed
types/mods.d.lua
@@ -3,6 +3,8 @@
3
local stringify ---@module "mods.stringify"
4
local template ---@module "mods.template"
5
6
+local version = "mods 0.6.0" -- x-release-please-version
7
+
8
---
9
---Entry point that exposes all modules under one 💤 lazily loaded table.
10
@@ -29,6 +31,7 @@ local template ---@module "mods.template"
29
31
---@field date mods.Date
30
32
---@field duration mods.Duration
33
local M = {
34
+ _VERSION = version,
35
stringify = stringify,
36
template = template,
37
}
0 commit comments