Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 3120cb5

Browse files
committed
fix master
1 parent 0918dc1 commit 3120cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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(13, 5, 0, 0);
20+
public static readonly Version RequiredSCPSLVersion = new(13, 5, 1, 0);
2121
}
2222
}

0 commit comments

Comments
 (0)