Skip to content

Commit ac28701

Browse files
committed
Update build version number to 85.3.6
1 parent 4f74f60 commit ac28701

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 84.4.10-CI{build}
1+
version: 85.3.6-CI{build}
22

33
image:
44
- Visual Studio 2015

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
[Parameter(Position = 0)]
44
[string] $Target = "vs2015",
55
[Parameter(Position = 1)]
6-
[string] $Version = "84.4.10",
6+
[string] $Version = "85.3.6",
77
[Parameter(Position = 2)]
8-
[string] $AssemblyVersion = "84.4.10"
8+
[string] $AssemblyVersion = "85.3.6"
99
)
1010

1111
$WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition

0 commit comments

Comments
 (0)