Skip to content

Commit

Permalink
For the 4-number version we cannot use 0 as the last component. (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-krystianc committed Oct 20, 2023
1 parent 66f9276 commit 468b91b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

## 1.7.14.0
## 1.7.14.1
* Add ServiceTags to the health check endpoint (#244)
* Write correct value for KV.Release (#237)
* Introduce Namespace (#229)
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>1.7.14.0</VersionPrefix>
<VersionPrefix>1.7.14.1</VersionPrefix>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
Expand Down

0 comments on commit 468b91b

Please sign in to comment.