Merge pull request #46 from onerain88/release

0.2.3
oneRain 2020-03-09 12:47:55 +08:00 committed by GitHub
commit 392d7a4ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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