From a8e143b70d5141ced89e823d1415a077e8e01d5e Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Thu, 27 Jul 2023 10:40:56 +0800 Subject: [PATCH] 10159 --- 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 246ebae7..8fa55316 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 = "10158"; + ClientVersion = "10159"; } private User user;