Skip to content

Commit 9336806

Browse files
committed
Bump version
1 parent 3612f06 commit 9336806

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 = 71;
27+
private const int _modVersion = 72;
2828

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

0 commit comments

Comments
 (0)