Skip to content

Commit

Permalink
Raise supported version of ServicesComponent to 7.3.2 because of cont…
Browse files Browse the repository at this point in the history
…ent changes.
  • Loading branch information
tusmester committed Aug 10, 2018
1 parent 2149ce1 commit 6ce7e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ContentRepository/ServicesComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ internal class ServicesComponent : SnComponent
// This value has to change if there were database, content
// or configuration changes since the last release that
// should be enforced using an upgrade patch.
public override Version SupportedVersion => new Version(7, 2, 0);
public override Version SupportedVersion => new Version(7, 3, 2);
}
}

0 comments on commit 6ce7e73

Please sign in to comment.