From fb57f15bf994d0f9d7284ff63f207640ffd7348f Mon Sep 17 00:00:00 2001 From: oneRain Date: Thu, 24 Dec 2020 11:05:36 +0800 Subject: [PATCH] release: 0.5.0 --- Storage/Storage/LCApplication.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Storage/Storage/LCApplication.cs b/Storage/Storage/LCApplication.cs index 846315a..694e7cd 100644 --- a/Storage/Storage/LCApplication.cs +++ b/Storage/Storage/LCApplication.cs @@ -9,7 +9,7 @@ namespace LeanCloud { /// public class LCApplication { // SDK 版本号,用于 User-Agent 统计 - internal const string SDKVersion = "0.4.6"; + internal const string SDKVersion = "0.5.0"; // 接口版本号,用于接口版本管理 internal const string APIVersion = "1.1";