Browse Source

10164

AddValidOverTime
shanji 2 years ago
parent
commit
f60cb84d74
  1. 2
      BBWY.Client/GlobalContext.cs

2
BBWY.Client/GlobalContext.cs

@ -13,7 +13,7 @@ namespace BBWY.Client
{ {
ShopServiceGroupList = new List<string>(); ShopServiceGroupList = new List<string>();
ShopServiceGroupLowerList = new List<string>(); ShopServiceGroupLowerList = new List<string>();
ClientVersion = "10163"; ClientVersion = "10164";
} }
private User user; private User user;

Loading…
Cancel
Save