From 10012802ef951b1932f765e3890fa01311ca1970 Mon Sep 17 00:00:00 2001 From: Callon Campbell Date: Tue, 14 Jun 2016 23:48:45 -0400 Subject: [PATCH] Updated version. --- Build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.ps1 b/Build.ps1 index e3ccdb3..30ca690 100644 --- a/Build.ps1 +++ b/Build.ps1 @@ -1,6 +1,6 @@ param( [String] $majorMinor = "5.6", # 5.6 - [String] $patch = "0", # $env:APPVEYOR_BUILD_VERSION + [String] $patch = "1", # $env:APPVEYOR_BUILD_VERSION [String] $customLogger = "", # C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll [Switch] $notouch, [String] $project = "ReflectSoftware.Insight.Extensions.NLog"