Skip to content

Commit

Permalink
Update Configuration.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Minmoose committed Feb 27, 2025
1 parent 50e09bb commit 0f8cbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Brio/Config/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Brio.Config;
public class Configuration : IPluginConfiguration
{
public const int CurrentVersion = 3;
public const int CurrentPopupKey = 14;
public const int CurrentPopupKey = 15;

public int Version { get; set; } = CurrentVersion;

Expand Down

0 comments on commit 0f8cbf6

Please sign in to comment.