Skip to content

Commit 3c086d4

Browse files
authored
Merge pull request #135 from Geta/hotfix/bump-up-optimizely-not-found-handler-version
Bump up Optimizely db version to 3
2 parents 05c047f + f1763c3 commit 3c086d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Geta.NotFoundHandler.Optimizely/Infrastructure/Configuration/OptimizelyNotFoundHandlerOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Geta.NotFoundHandler.Optimizely.Infrastructure.Configuration
1010
{
1111
public class OptimizelyNotFoundHandlerOptions
1212
{
13-
public const int CurrentDbVersion = 2;
13+
public const int CurrentDbVersion = 3;
1414

1515
public bool AutomaticRedirectsEnabled { get; set; }
1616
public RedirectType AutomaticRedirectType { get; set; } = RedirectType.Temporary;

0 commit comments

Comments
 (0)