Skip to content

Commit 5fdb9d5

Browse files
authored
Prepare for 1.14.0 release (#665)
1 parent 14cda12 commit 5fdb9d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</PropertyGroup>
2222

2323
<PropertyGroup>
24-
<Version>1.13.0</Version>
24+
<Version>1.14.0</Version>
2525
<!--
2626
.NET does not allow the above version format for AssemblyVersion, and this
2727
is the version used in gRPC headers. The format is
@@ -36,7 +36,7 @@
3636
and 0.2.0 then is 0.2.0.5. But if there is no prerelease version, just
3737
leave revision off.
3838
-->
39-
<AssemblyVersion>1.13.0</AssemblyVersion>
39+
<AssemblyVersion>1.14.0</AssemblyVersion>
4040
</PropertyGroup>
4141

4242
<ItemGroup>

0 commit comments

Comments
 (0)