diff options
Diffstat (limited to 'core/version.moon')
| -rw-r--r-- | core/version.moon | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/core/version.moon b/core/version.moon deleted file mode 100644 index 6cee1b1..0000000 --- a/core/version.moon +++ /dev/null @@ -1,17 +0,0 @@ ----- --- `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-rc2" - web: "https://github.com/s-ol/alivecoding" - repo: "https://github.com/s-ol/alivecoding.git" - release: "https://github.com/s-ol/alivecoding/releases/tag/v0.1-rc2" -} |
