oneRain 2020-03-04 16:41:24 +08:00
parent 7d92a3aa71
commit 4135e4ed5c
1 changed files with 1 additions and 1 deletions

View File

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