diff --git a/Components/DLC2CommunityHighlander/DLC2CommunityHighlander/Src/DLC_2/Classes/CHDLC2Version.uc b/Components/DLC2CommunityHighlander/DLC2CommunityHighlander/Src/DLC_2/Classes/CHDLC2Version.uc index 12248f62a..956fc366e 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 = 27; - PatchVersion = 0; + PatchVersion = 1; Commit = ""; } diff --git a/VERSION.ps1 b/VERSION.ps1 index 251fc8ab4..acf18baba 100644 --- a/VERSION.ps1 +++ b/VERSION.ps1 @@ -6,7 +6,7 @@ defaultproperties { MajorVersion = 1; MinorVersion = 27; - PatchVersion = 0; + PatchVersion = 1; Commit = "%COMMIT%"; } '@