diff options
| author | 2020-02-01 23:35:17 -0600 | |
|---|---|---|
| committer | 2020-02-01 23:35:17 -0600 | |
| commit | f7ee8bd30dfefe25087a7083fe23e435113caaa2 (patch) | |
| tree | 702cdf57f7f442eb45ddb3f084c2a2756bebee05 /appveyor.yml | |
| parent | Fix warnings. (diff) | |
Update to version 1.7.0.v1.7.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 00cafd69..dd34e483 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.1 + - if "%janet_outname%"=="" set janet_outname=v1.7.0 build: off artifacts: |
