Skip to content

Commit

Permalink
Bump version to v74
Browse files Browse the repository at this point in the history
  • Loading branch information
fifty-six committed Feb 24, 2023
1 parent 04faae2 commit 3049025
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 = 73;
private const int _modVersion = 74;

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

Expand Down

0 comments on commit 3049025

Please sign in to comment.