diff options
Diffstat (limited to 'alv/version.moon')
| -rw-r--r-- | alv/version.moon | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alv/version.moon b/alv/version.moon index 81b462e..738f0cb 100644 --- a/alv/version.moon +++ b/alv/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-rc2" + tag: "v0.1-rc3" 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" + release: "https://github.com/s-ol/alive/releases/tag/v0.1-rc3" } |
