oneRain 2020-06-28 15:02:09 +08:00
parent 6db2980d39
commit 54fcb1bf93
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ namespace LeanCloud {
/// </summary>
public class LCApplication {
// SDK 版本号,用于 User-Agent 统计
internal const string SDKVersion = "0.4.4";
internal const string SDKVersion = "0.4.5";
// 接口版本号,用于接口版本管理
internal const string APIVersion = "1.1";