mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Updated CreateRelease.cs
This commit is contained in:
parent
5729548500
commit
ee833626c9
2
.github/CreateRelease.cs
vendored
2
.github/CreateRelease.cs
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user