Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fifty-six committed Mar 28, 2022
1 parent 1bd3108 commit 6aa5058
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 = 68;
private const int _modVersion = 69;

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

Expand Down

0 comments on commit 6aa5058

Please sign in to comment.