We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14cda12 commit 5fdb9d5Copy full SHA for 5fdb9d5
1 file changed
Directory.Build.props
@@ -21,7 +21,7 @@
21
</PropertyGroup>
22
23
<PropertyGroup>
24
- <Version>1.13.0</Version>
+ <Version>1.14.0</Version>
25
<!--
26
.NET does not allow the above version format for AssemblyVersion, and this
27
is the version used in gRPC headers. The format is
@@ -36,7 +36,7 @@
36
and 0.2.0 then is 0.2.0.5. But if there is no prerelease version, just
37
leave revision off.
38
-->
39
- <AssemblyVersion>1.13.0</AssemblyVersion>
+ <AssemblyVersion>1.14.0</AssemblyVersion>
40
41
42
<ItemGroup>
0 commit comments