diff --git a/Components/DLC2CommunityHighlander/DLC2CommunityHighlander/Src/DLC_2/Classes/CHDLC2Version.uc b/Components/DLC2CommunityHighlander/DLC2CommunityHighlander/Src/DLC_2/Classes/CHDLC2Version.uc index 5344dc6b0..9633f5f94 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 = 28; - PatchVersion = 0; + PatchVersion = 1; Commit = ""; } diff --git a/VERSION.ps1 b/VERSION.ps1 index 043c4a563..c05af49ce 100644 --- a/VERSION.ps1 +++ b/VERSION.ps1 @@ -6,7 +6,7 @@ defaultproperties { MajorVersion = 1; MinorVersion = 28; - PatchVersion = 0; + PatchVersion = 1; Commit = "%COMMIT%"; } '@