aboutsummaryrefslogtreecommitdiffstats
path: root/alv/version.moon
blob: 061e1cafba19e0d499b1d48ee779f5727a7a335d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
----
-- `alive` source code version information.
--
-- @module version

--- exports
-- @table exports
-- @tfield string tag the last versions git tag
-- @tfield string repo the repo web URL
-- @tfield string git the git repo URL
-- @tfield string web the project web URL
-- @tfield string release the web URL of this release
{
  tag: "v0.2"
  repo: "https://git.s-ol.nu/alive"
  git: "https://git.s-ol.nu/alive.git"
  web: "https://alv.s-ol.nu"
  release: "https://git.s-ol.nu/alive/-/v0.2"
}