Updated CreateRelease.cs

This commit is contained in:
MrGadget1024 2023-11-08 12:26:33 -05:00
parent 5729548500
commit ee833626c9

View File

@ -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