Skip to content

Commit

Permalink
Prepare to publish 7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blairmcg committed Sep 17, 2018
1 parent 0f4c926 commit 8763b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FetchVM.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8763b36

Please sign in to comment.