From cd90eff5a30eaa503ad04e767c3f3ec0f536b794 Mon Sep 17 00:00:00 2001 From: sanji Date: Mon, 4 Dec 2023 11:55:04 +0800 Subject: [PATCH] 10214 --- 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 c6ed64f3..2d42d82e 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 = "10213"; + ClientVersion = "10214"; }