We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e09bb commit 0f8cbf6Copy full SHA for 0f8cbf6
Brio/Config/Configuration.cs
@@ -5,7 +5,7 @@ namespace Brio.Config;
5
public class Configuration : IPluginConfiguration
6
{
7
public const int CurrentVersion = 3;
8
- public const int CurrentPopupKey = 14;
+ public const int CurrentPopupKey = 15;
9
10
public int Version { get; set; } = CurrentVersion;
11
0 commit comments