From b8102f0dda18b05388d9c9266d12c9e46c6f90be Mon Sep 17 00:00:00 2001 From: Jason Webb Date: Tue, 23 Apr 2024 06:46:08 -0600 Subject: [PATCH] Version bump --- Build/Build.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/Build.cs b/Build/Build.cs index 19c77030..d68db1fd 100644 --- a/Build/Build.cs +++ b/Build/Build.cs @@ -135,7 +135,7 @@ protected override void OnBuildInitialized() { Log.Information("Generating NuGet packages for projects in solution"); int commitNum = 0; - string NuGetVersionCustom = "2.0.0.870"; + string NuGetVersionCustom = "2.0.0.871"; //if it's not a tagged release - append the commit number to the package version