Skip to content
Snippets Groups Projects
VersionInfo.cs 274 B
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";
    }
}