diff options
| author | 2019-11-16 17:17:13 -0600 | |
|---|---|---|
| committer | 2019-11-16 17:17:13 -0600 | |
| commit | bcd2089f715d739a721c39d722015f0025e2864f (patch) | |
| tree | 30f21a45a0c2d2524b1912411ee5df764ba62568 /appveyor.yml | |
| parent | Fix return value of update. (diff) | |
Version 1.5.1
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 2c2432ac..1fab060a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,7 +30,7 @@ install: - call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" %platform% - build_win test-install - set janet_outname=%appveyor_repo_tag_name% - - if "%janet_outname%"=="" set janet_outname=v1.5.0 + - if "%janet_outname%"=="" set janet_outname=v1.5.1 build: off artifacts: |
