We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4028738 commit 89a608fCopy full SHA for 89a608f
1 file changed
Directory.Build.props
@@ -18,7 +18,7 @@
18
</PropertyGroup>
19
20
<PropertyGroup>
21
- <Version>1.11.0</Version>
+ <Version>1.11.1</Version>
22
<!--
23
.NET does not allow the above version format for AssemblyVersion, and this
24
is the version used in gRPC headers. The format is
@@ -33,7 +33,7 @@
33
and 0.2.0 then is 0.2.0.5. But if there is no prerelease version, just
34
leave revision off.
35
-->
36
- <AssemblyVersion>1.11.0</AssemblyVersion>
+ <AssemblyVersion>1.11.1</AssemblyVersion>
37
38
39
<ItemGroup>
0 commit comments