diff options
| author | 2019-10-14 20:35:13 -0500 | |
|---|---|---|
| committer | 2019-10-14 20:35:13 -0500 | |
| commit | 7fd0748c1993370fcadb779c23f3fd12cd62e4d2 (patch) | |
| tree | 1ec1070b226bcfe29a4bf23a2b84f78ede8b8ac7 /appveyor.yml | |
| parent | Fix test. (diff) | |
Update to 1.4.0v1.4.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 d582a68a..38e5a2c8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,7 +29,7 @@ install: - call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat" - build_win test-install - set janet_outname=%appveyor_repo_tag_name% - - if "%janet_outname%"=="" set janet_outname=v1.3.1 + - if "%janet_outname%"=="" set janet_outname=v1.4.0 build: off artifacts: |
