Skip to content

Commit

Permalink
update version to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
catcherwong committed Jul 2, 2022
1 parent 4e78c2d commit 31d4465
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
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<NugetVersion>1.3.3</NugetVersion>
<NugetVersion>1.3.4</NugetVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Nacos/V2/Common/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
public class Constants
{
public static string CLIENT_VERSION = "Nacos-CSharp-Client:v1.3.2";
public static string CLIENT_VERSION = "Nacos-CSharp-Client:v1.3.4";

public const string ClientName = "NacosClient";

Expand Down

0 comments on commit 31d4465

Please sign in to comment.