修改默认版本
This commit is contained in:
parent
c3142e048b
commit
c6ab491746
|
|
@ -70,7 +70,7 @@ namespace CloudGaming.Code.AppExtend
|
|||
{
|
||||
if (!httpRequest.Headers.TryGetValue("Version", out var _version))
|
||||
{
|
||||
_version = "1.0.1";
|
||||
_version = "1.0.0";
|
||||
}
|
||||
version = _version;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user