We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05c047f + f1763c3 commit 3c086d4Copy full SHA for 3c086d4
src/Geta.NotFoundHandler.Optimizely/Infrastructure/Configuration/OptimizelyNotFoundHandlerOptions.cs
@@ -10,7 +10,7 @@ namespace Geta.NotFoundHandler.Optimizely.Infrastructure.Configuration
10
{
11
public class OptimizelyNotFoundHandlerOptions
12
13
- public const int CurrentDbVersion = 2;
+ public const int CurrentDbVersion = 3;
14
15
public bool AutomaticRedirectsEnabled { get; set; }
16
public RedirectType AutomaticRedirectType { get; set; } = RedirectType.Temporary;
0 commit comments