Skip to content

Commit

Permalink
Update version to v2.48.0-pre1 (on v2.48.x branch) (#1848)
Browse files Browse the repository at this point in the history
* Update version.props

* Update VersionInfo.cs
  • Loading branch information
jtattermusch committed Aug 17, 2022
1 parent 4e9077c commit 54daeef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/version.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>

<!-- package version of grpc-dotnet -->
<GrpcDotnetVersion>2.48.0-dev</GrpcDotnetVersion>
<GrpcDotnetVersion>2.48.0-pre1</GrpcDotnetVersion>

<!-- assembly version of grpc-dotnet -->
<GrpcDotnetAssemblyVersion>2.0.0.0</GrpcDotnetAssemblyVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Grpc.Core.Api/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ public static class VersionInfo
/// <summary>
/// Current version of gRPC C#
/// </summary>
public const string CurrentVersion = "2.48.0-dev";
public const string CurrentVersion = "2.48.0-pre1";
}
}

0 comments on commit 54daeef

Please sign in to comment.