From 3b7e141858b21e8a81e2fa285869e1fe5cbe165b Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Thu, 22 Jun 2023 00:34:50 +0800 Subject: [PATCH] 10130 --- 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 329cbdda..3271d130 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 = "10129"; + ClientVersion = "10130"; } private User user;