Skip to content

Commit 3a36e47

Browse files
authored
feat: Version Bump for 14.2.2 (#683)
I bump version
2 parents 1521dec + 3a44a45 commit 3a36e47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

EXILED/EXILED.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<PropertyGroup>
1717
<!-- This is the global version and is used for all projects that don't have a version -->
18-
<Version Condition="$(Version) == ''">9.10.1</Version>
18+
<Version Condition="$(Version) == ''">9.10.2</Version>
1919
<!-- Enables public beta warning via the PUBLIC_BETA constant -->
2020
<PublicBeta>false</PublicBeta>
2121

EXILED/Exiled.Loader/AutoUpdateFiles.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ public static class AutoUpdateFiles
1717
/// <summary>
1818
/// Gets which SCP: SL version generated Exiled.
1919
/// </summary>
20-
public static readonly Version RequiredSCPSLVersion = new(14, 2, 0, 1);
20+
public static readonly Version RequiredSCPSLVersion = new(14, 2, 0, 2);
2121
}
2222
}

0 commit comments

Comments
 (0)