Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremySkinner committed Oct 19, 2023
1 parent ce11ae3 commit c6c48ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
11.8.0 -
11.8.0 - 19 Oct 2023
Added AbstractValidator.OnRuleAdded to allow customization of rule instances after creation (#2114)
Fix Serbian translation of LengthValidator (#2147)
Fix chinese culture codes (#2151)
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>11.7.1</VersionPrefix>
<VersionPrefix>11.8.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<!-- Use CI build number as version suffix (if defined) -->
<!--<VersionSuffix Condition="'$(GITHUB_RUN_NUMBER)'!=''">ci-$(GITHUB_RUN_NUMBER)</VersionSuffix>-->
Expand Down

0 comments on commit c6c48ef

Please sign in to comment.