---- -- `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" 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" }