Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fifty-six committed Jul 27, 2022
1 parent 3612f06 commit 9336806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assembly-CSharp/ModHooks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace Modding
[PublicAPI]
public class ModHooks
{
private const int _modVersion = 71;
private const int _modVersion = 72;

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

Expand Down

0 comments on commit 9336806

Please sign in to comment.