aboutsummaryrefslogtreecommitdiffstats
path: root/alv/version.moon
blob: 12447ab112630af956d1d42a20d30a54f0417b08 (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.1-rc4"
  repo: "https://github.com/s-ol/alive"
  git: "https://github.com/s-ol/alive.git"
  web: "https://alv.s-ol.nu"
  release: "https://github.com/s-ol/alive/releases/tag/${TAG}"
}