diff options
| author | 2019-12-28 11:58:40 -0500 | |
|---|---|---|
| committer | 2019-12-28 11:58:40 -0500 | |
| commit | 5528bca7a9793a106413a3ad87dc95c2a5abe664 (patch) | |
| tree | 75b6629204cd4f858c47ced8baac160372481556 /appveyor.yml | |
| parent | Merge pull request #228 from andrewchambers/pclose (diff) | |
Version bump to dev version.
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 60b7f5ce..1f9651bb 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.6.0 + - if "%janet_outname%"=="" set janet_outname=v1.6.1 build: off artifacts: |
