Skip to content

Commit

Permalink
update version to 14.1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lsho committed Apr 28, 2021
1 parent 0551add commit b7b9da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
fail-fast: false
matrix:
coherence_version: [14.1.1-0-3, 20.12.1, 21.06-SNAPSHOT]
coherence_version: [14.1.1-0-4, 20.12.1, 21.06-SNAPSHOT]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion src/Coherence.Core/Coherence.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!-- AssemblyInfo metadata -->
<PropertyGroup>
<VersionPrefix Condition="'$(VersionPrefix)' == ''">14.1.1.3</VersionPrefix>
<VersionPrefix Condition="'$(VersionPrefix)' == ''">14.1.1.4</VersionPrefix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
<AssemblyVersion>$(VersionPrefix)</AssemblyVersion>
Expand Down

0 comments on commit b7b9da6

Please sign in to comment.