From 1a8debe87762072b3a63b769aa515ebf63b4c70d Mon Sep 17 00:00:00 2001 From: s-ol Date: Mon, 13 Apr 2020 20:40:35 +0200 Subject: move into proper Lua module (`alv`) --- core/version.moon | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 core/version.moon (limited to 'core/version.moon') 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" -} -- cgit v1.2.3