From fd511eafa9732f3b515e75b1fd553025297cd50a Mon Sep 17 00:00:00 2001 From: Iridar Date: Mon, 21 Aug 2023 08:07:52 +0600 Subject: [PATCH] Bump version to 1.26.1. --- .../DLC2CommunityHighlander/Src/DLC_2/Classes/CHDLC2Version.uc | 2 +- VERSION.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Components/DLC2CommunityHighlander/DLC2CommunityHighlander/Src/DLC_2/Classes/CHDLC2Version.uc b/Components/DLC2CommunityHighlander/DLC2CommunityHighlander/Src/DLC_2/Classes/CHDLC2Version.uc index 7d3a97131..7b548379b 100644 --- a/Components/DLC2CommunityHighlander/DLC2CommunityHighlander/Src/DLC_2/Classes/CHDLC2Version.uc +++ b/Components/DLC2CommunityHighlander/DLC2CommunityHighlander/Src/DLC_2/Classes/CHDLC2Version.uc @@ -11,6 +11,6 @@ defaultproperties { MajorVersion = 1; MinorVersion = 26; - PatchVersion = 0; + PatchVersion = 1; Commit = ""; } diff --git a/VERSION.ps1 b/VERSION.ps1 index c3af1ae6d..a2a3d1dfd 100644 --- a/VERSION.ps1 +++ b/VERSION.ps1 @@ -6,7 +6,7 @@ defaultproperties { MajorVersion = 1; MinorVersion = 26; - PatchVersion = 0; + PatchVersion = 1; Commit = "%COMMIT%"; } '@