diff options
| author | 2019-09-04 23:44:23 -0500 | |
|---|---|---|
| committer | 2019-09-04 23:44:23 -0500 | |
| commit | 96a3104fe2f330bf357b23e08ea7c47c8d87880b (patch) | |
| tree | f3ddad279633edfc1da2925766c4a9b4eb73f741 /appveyor.yml | |
| parent | Update CHANGELOG.md (diff) | |
Update to 1.3.0, add jpm.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 382d9cf3..a24e5295 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.2.0 + - if "%janet_outname%"=="" set janet_outname=v1.3.0 build: off only_commits: |
