Skip to content

Commit

Permalink
Update build version to 88.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Jan 21, 2021
1 parent 8452820 commit 6e36d74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 88.1.2-CI{build}
version: 88.1.3-CI{build}

image:
- Visual Studio 2015
Expand Down
4 changes: 2 additions & 2 deletions build.netcore.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
[Parameter(Position = 0)]
[string] $Target = "netcore31",
[Parameter(Position = 1)]
[string] $Version = "88.1.2",
[string] $Version = "88.1.3",
[Parameter(Position = 2)]
[string] $AssemblyVersion = "88.1.2"
[string] $AssemblyVersion = "88.1.3"
)

$WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition
Expand Down
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
[Parameter(Position = 0)]
[string] $Target = "vs2015",
[Parameter(Position = 1)]
[string] $Version = "88.1.2",
[string] $Version = "88.1.3",
[Parameter(Position = 2)]
[string] $AssemblyVersion = "88.1.2"
[string] $AssemblyVersion = "88.1.3"
)

$WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition
Expand Down

0 comments on commit 6e36d74

Please sign in to comment.