We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f74f60 commit ac28701Copy full SHA for ac28701
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 84.4.10-CI{build}
+version: 85.3.6-CI{build}
2
3
image:
4
- Visual Studio 2015
build.ps1
@@ -3,9 +3,9 @@
[Parameter(Position = 0)]
[string] $Target = "vs2015",
5
[Parameter(Position = 1)]
6
- [string] $Version = "84.4.10",
+ [string] $Version = "85.3.6",
7
[Parameter(Position = 2)]
8
- [string] $AssemblyVersion = "84.4.10"
+ [string] $AssemblyVersion = "85.3.6"
9
)
10
11
$WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition
0 commit comments