blob: e2754a2e0e8a1477c50e2cc99a19fb92a8a8bd89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
----
-- `alive` source code version information.
--
-- @module version
--- exports
-- @table exports
-- @tfield string tag the last versions git tag
-- @tfield string web the repo web URL
-- @tfield string repo the git repo URL
-- @tfield string release the web URL of this release
{
tag: "v0.1"
web: "https://github.com/s-ol/alive"
repo: "https://github.com/s-ol/alive.git"
release: "https://github.com/s-ol/alive/releases/tag/v0.1"
}
|