Skip to content

Commit

Permalink
prepare v1.3.10
Browse files Browse the repository at this point in the history
Signed-off-by: catcherwong <[email protected]>
  • Loading branch information
catcherwong committed Nov 3, 2024
1 parent c26496e commit c02eca0
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.9</NugetVersion>
<NugetVersion>1.3.10</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.9";
public static string CLIENT_VERSION = "Nacos-CSharp-Client:v1.3.10";

public const string ClientName = "NacosClient";

Expand Down

0 comments on commit c02eca0

Please sign in to comment.