From ee833626c9502e568eb4f40ed31cc4f69fc7ad23 Mon Sep 17 00:00:00 2001 From: MrGadget1024 <9826063+MrGadget1024@users.noreply.github.com> Date: Wed, 8 Nov 2023 12:26:33 -0500 Subject: [PATCH] Updated CreateRelease.cs --- .github/CreateRelease.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CreateRelease.cs b/.github/CreateRelease.cs index 567a57a8c..323563f4d 100644 --- a/.github/CreateRelease.cs +++ b/.github/CreateRelease.cs @@ -21,7 +21,7 @@ // Find the last define ending with "MIRROR_n_OR_NEWER" pattern = @"(\s+)\""(MIRROR_(\d+)_OR_NEWER)\"""; -MatchCollection matches = Regex.Matches(text, pattern); +matches = Regex.Matches(text, pattern); Match lastMatch = matches.Last(); // Add a new define for the next full version, used here and in ProjectSettings and version.txt