diff options
| author | 2020-03-29 14:18:28 -0500 | |
|---|---|---|
| committer | 2020-03-29 14:18:28 -0500 | |
| commit | 279b536646e1b044158a5fa41cd1504d7e8bfe0b (patch) | |
| tree | fcf544c50e6f07b2ea49e0e0cd5dc3690456b5ce /appveyor.yml | |
| parent | Use modulo instead of remainder for even?/odd?. (diff) | |
Prepare for 1.8.0 release.v1.8.0
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 613d4526..69adfb73 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.7.1 + - if "%janet_outname%"=="" set janet_outname=v1.8.0 build: off artifacts: |
