From 8763b36d06627be510ace25bb334f6bc0cc0819a Mon Sep 17 00:00:00 2001 From: Blair McGlashan Date: Mon, 17 Sep 2018 21:04:37 +0100 Subject: [PATCH] Prepare to publish 7.1.3 --- FetchVM.ps1 | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FetchVM.ps1 b/FetchVM.ps1 index c181d1aed4..4e4605389f 100644 --- a/FetchVM.ps1 +++ b/FetchVM.ps1 @@ -3,7 +3,7 @@ param ( - [string]$VMversion="v7.1.2" + [string]$VMversion="v7.1.3" ) # Override Powershell's default use of TLS1.0 for web requests; this is insecure and no longer works with GitHub diff --git a/appveyor.yml b/appveyor.yml index 37cbbb9c01..7b525eafc9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 7.1.2.{build} +version: 7.1.3.{build} pull_requests: do_not_increment_build_number: true skip_tags: true