blob: 656a3d47bbe0e4e81b445a89830a10be7d7b5a70 [file] [log] [blame]
using System.Reflection;
using System.Runtime.CompilerServices;
namespace Grpc.Core
{
public static class VersionInfo
{
/// <summary>
/// Current version of gRPC
/// </summary>
public const string CurrentVersion = "0.6.0";
}
}