Skip to content

Commit b7b9da6

Browse files
committed
update version to 14.1.1.4
1 parent 0551add commit b7b9da6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
coherence_version: [14.1.1-0-3, 20.12.1, 21.06-SNAPSHOT]
54+
coherence_version: [14.1.1-0-4, 20.12.1, 21.06-SNAPSHOT]
5555

5656
steps:
5757
- name: Checkout

src/Coherence.Core/Coherence.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<!-- AssemblyInfo metadata -->
2222
<PropertyGroup>
23-
<VersionPrefix Condition="'$(VersionPrefix)' == ''">14.1.1.3</VersionPrefix>
23+
<VersionPrefix Condition="'$(VersionPrefix)' == ''">14.1.1.4</VersionPrefix>
2424
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
2525
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
2626
<AssemblyVersion>$(VersionPrefix)</AssemblyVersion>

0 commit comments

Comments
 (0)