From ed92b43146ce7d6cc994f2390cf442645c73dfe1 Mon Sep 17 00:00:00 2001 From: Iridar Date: Mon, 28 Aug 2023 13:59:34 +0600 Subject: [PATCH] Bump version to 1.26.3 --- .../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 e91ad19d0..34eb252a4 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 = 2; + PatchVersion = 3; Commit = ""; } diff --git a/VERSION.ps1 b/VERSION.ps1 index ba1808e52..4c9a15a68 100644 --- a/VERSION.ps1 +++ b/VERSION.ps1 @@ -6,7 +6,7 @@ defaultproperties { MajorVersion = 1; MinorVersion = 26; - PatchVersion = 2; + PatchVersion = 3; Commit = "%COMMIT%"; } '@