Skip to content

Commit c02eca0

Browse files
committed
prepare v1.3.10
Signed-off-by: catcherwong <[email protected]>
1 parent c26496e commit c02eca0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<NugetVersion>1.3.9</NugetVersion>
3+
<NugetVersion>1.3.10</NugetVersion>
44
</PropertyGroup>
55
</Project>

src/Nacos/V2/Common/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
public class Constants
44
{
5-
public static string CLIENT_VERSION = "Nacos-CSharp-Client:v1.3.9";
5+
public static string CLIENT_VERSION = "Nacos-CSharp-Client:v1.3.10";
66

77
public const string ClientName = "NacosClient";
88

0 commit comments

Comments
 (0)