Merge pull request #70 from onerain88/043

release
oneRain 2020-05-20 14:38:45 +08:00 committed by GitHub
commit 3e8e6b5f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.2";
internal const string SDKVersion = "0.4.3";
// 接口版本号,用于接口版本管理
internal const string APIVersion = "1.1";