Skip to content

Commit 56a301a

Browse files
committed
Upgrade version number to 83.3.120
1 parent 50143ce commit 56a301a

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,6 +1,6 @@
11
image: Visual Studio 2015
22

3-
version: 83.3.90-CI{build}
3+
version: 83.3.120-CI{build}
44

55
clone_depth: 10
66

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 = "81.3.100",
6+
[string] $Version = "83.3.120",
77
[Parameter(Position = 2)]
8-
[string] $AssemblyVersion = "83.3.90"
8+
[string] $AssemblyVersion = "83.3.120"
99
)
1010

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

0 commit comments

Comments
 (0)