From 5e25fb4fefb6bbd09b0f24b14f43f83e3834c744 Mon Sep 17 00:00:00 2001 From: oneRain Date: Tue, 14 Jul 2020 12:03:50 +0800 Subject: [PATCH] release --- 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 7f45355..be49ceb 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.5"; + internal const string SDKVersion = "0.4.6"; // 接口版本号,用于接口版本管理 internal const string APIVersion = "1.1";