Skip to content

Commit

Permalink
update version to 1.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gsantomaggio committed Feb 16, 2022
1 parent c3126d1 commit b7e133c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RabbitMQ.Stream.Client/Consts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ namespace RabbitMQ.Stream.Client
{
public static class Consts
{
public const string ClientVersion = "1.0.0-beta.2";
public const string ClientVersion = "1.0.0-beta.3";
}
}
4 changes: 2 additions & 2 deletions RabbitMQ.Stream.Client/RabbitMQ.Stream.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net5.0</TargetFramework>
<AssemblyName>RabbitMQ.Stream.Client</AssemblyName>
<RootNamespace>RabbitMQ.Stream.Client</RootNamespace>
<Version>1.0.0-beta.2</Version>
<PackageVersion>1.0.0-beta.2</PackageVersion>
<Version>1.0.0-beta.3</Version>
<PackageVersion>1.0.0-beta.3</PackageVersion>
<Authors>VMware</Authors>
<RepositoryUrl>https://github.com/rabbitmq/rabbitmq-stream-dotnet-client</RepositoryUrl>
<PackageDescription>The RabbitMQ Stream .NET client is the official client library for C# (and, implicitly, other .NET languages)</PackageDescription>
Expand Down

0 comments on commit b7e133c

Please sign in to comment.