Skip to content

Commit

Permalink
update version to 1.3.8 (#311)
Browse files Browse the repository at this point in the history
Signed-off-by: catcherwong <[email protected]>
  • Loading branch information
catcherwong authored Aug 20, 2024
1 parent 5f14c1d commit 3ea0fde
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.7</NugetVersion>
<NugetVersion>1.3.8</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.7";
public static string CLIENT_VERSION = "Nacos-CSharp-Client:v1.3.8";

public const string ClientName = "NacosClient";

Expand Down

0 comments on commit 3ea0fde

Please sign in to comment.