aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/VersionInfo.cs
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2019-01-04 14:03:37 -0800
committerGravatar Yash Tibrewal <yashkt@google.com>2019-01-04 14:03:37 -0800
commit6e5eb4e5a3276273d5cf6deb51b1835990ffea0f (patch)
treeff511cf369c76e9cf26779408a0d03c4ebf36752 /src/csharp/Grpc.Core/VersionInfo.cs
parentb05ca9697b9d28eb8fb4f3c9ad732667ed416f15 (diff)
parent89f7d619ef23e400e36f8906876a2633d943847e (diff)
Merge branch 'master' into failhijackedrecv
Diffstat (limited to 'src/csharp/Grpc.Core/VersionInfo.cs')
-rw-r--r--src/csharp/Grpc.Core/VersionInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csharp/Grpc.Core/VersionInfo.cs b/src/csharp/Grpc.Core/VersionInfo.cs
index 633880189c..8f3be310ee 100644
--- a/src/csharp/Grpc.Core/VersionInfo.cs
+++ b/src/csharp/Grpc.Core/VersionInfo.cs
@@ -33,11 +33,11 @@ namespace Grpc.Core
/// <summary>
/// Current <c>AssemblyFileVersion</c> of gRPC C# assemblies
/// </summary>
- public const string CurrentAssemblyFileVersion = "1.18.0.0";
+ public const string CurrentAssemblyFileVersion = "1.19.0.0";
/// <summary>
/// Current version of gRPC C#
/// </summary>
- public const string CurrentVersion = "1.18.0-dev";
+ public const string CurrentVersion = "1.19.0-dev";
}
}