Skip to content

Commit

Permalink
update required SL version
Browse files Browse the repository at this point in the history
  • Loading branch information
xNexusACS committed Oct 22, 2024
1 parent 1fa8659 commit 23db6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exiled.Loader/AutoUpdateFiles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ public static class AutoUpdateFiles
/// <summary>
/// Gets which SCP: SL version generated Exiled.
/// </summary>
public static readonly Version RequiredSCPSLVersion = new(13, 5, 0, 1);
public static readonly Version RequiredSCPSLVersion = new(13, 6, 0, 9);
}
}

0 comments on commit 23db6b4

Please sign in to comment.