diff options
| -rw-r--r-- | core/version.moon | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/version.moon b/core/version.moon index 144f4ac..6cee1b1 100644 --- a/core/version.moon +++ b/core/version.moon @@ -10,8 +10,8 @@ -- @tfield string repo the git repo URL -- @tfield string release the web URL of this release { - tag: "v0.1-rc1" + 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-rc1" + release: "https://github.com/s-ol/alivecoding/releases/tag/v0.1-rc2" } |
