Skip to content

Commit 3049025

Browse files
committed
Bump version to v74
1 parent 04faae2 commit 3049025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assembly-CSharp/ModHooks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace Modding
2424
[PublicAPI]
2525
public class ModHooks
2626
{
27-
private const int _modVersion = 73;
27+
private const int _modVersion = 74;
2828

2929
private static readonly string SettingsPath = Path.Combine(Application.persistentDataPath, "ModdingApi.GlobalSettings.json");
3030

0 commit comments

Comments
 (0)