using System.Reflection; using System.Runtime.CompilerServices; namespace Grpc.Core { public static class VersionInfo { /// /// Current version of gRPC /// public const string CurrentVersion = "0.6.0"; } }