diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-04-18 18:18:25 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-04-18 18:18:25 +0000 |
| commit | 7ee72673081cc7fbda6330d49716d1a948a86df9 (patch) | |
| tree | 55624f280515ffd32cb14efd0fe3a0daae0d8b54 /alv | |
| parent | reassign duplicate tags (and print a warning) (diff) | |
| download | alive-0.1-rc4.tar.gz alive-0.1-rc4.zip | |
release v0.1-rc4v0.1-rc4
Diffstat (limited to 'alv')
| -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 738f0cb..1bec23c 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-rc3" + tag: "v0.1-rc4" 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-rc3" + release: "https://github.com/s-ol/alive/releases/tag/v0.1-rc4" } |
