From cb1075c24921de49debfd2cfe62a77964bb78c02 Mon Sep 17 00:00:00 2001 From: shanji <18996038927@163.com> Date: Mon, 1 Jan 2024 17:07:56 +0800 Subject: [PATCH] 10230 --- BBWY.Client/GlobalContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BBWY.Client/GlobalContext.cs b/BBWY.Client/GlobalContext.cs index a0a6e27f..fed131bf 100644 --- a/BBWY.Client/GlobalContext.cs +++ b/BBWY.Client/GlobalContext.cs @@ -13,7 +13,7 @@ namespace BBWY.Client { ShopServiceGroupList = new List(); ShopServiceGroupLowerList = new List(); - ClientVersion = "10229"; + ClientVersion = "10230"; }