aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-03-16 09:16:30 +0000
committers-ol <s-ol@users.noreply.github.com>2020-03-16 09:16:30 +0000
commit58a7859deec3275fa941076a9c8a001a7fb65f2e (patch)
tree29a94a98ad90ec0f12c1bca98bda385cef881e21 /core
parentadd Input spec (diff)
downloadalive-58a7859deec3275fa941076a9c8a001a7fb65f2e.tar.gz
alive-58a7859deec3275fa941076a9c8a001a7fb65f2e.zip
switch repo docs to github
Diffstat (limited to 'core')
-rw-r--r--core/version.moon8
1 files changed, 6 insertions, 2 deletions
diff --git a/core/version.moon b/core/version.moon
index 1dbde05..e5a965c 100644
--- a/core/version.moon
+++ b/core/version.moon
@@ -8,8 +8,12 @@
-- @tfield string tag the last versions git tag
-- @tfield string rev_short the short git revision hash
-- @tfield string rev_long the full git revision hash
+-- @tfield string repo the git repo URL
+-- @tfield string web the repo web URL
{
tag: "v0.0"
- rev_short: "c1bf536"
- rev_long: "c1bf53627c894e4068aca5576d054803bc574a86"
+ rev_short: "23f893a"
+ rev_long: "23f893a1303b35e11d7103d892c40b7e8d209a06"
+ repo: "https://github.com/s-ol/alivecoding.git"
+ web: "https://github.com/s-ol/alivecoding/tree/v0.0"
}