Skip to content

Commit

Permalink
Increase feature version.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Sep 30, 2020
1 parent 2927183 commit 1d93567
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@ namespace Squidex.Areas.Api.Controllers.News.Service
{
public sealed class FeaturesService
{
private const int FeatureVersion = 9;
private const int FeatureVersion = 11;
private readonly QueryContext flatten = QueryContext.Default.Flatten();
private readonly IContentsClient<NewsEntity, FeatureDto> client;

Expand Down

0 comments on commit 1d93567

Please sign in to comment.