diff --git a/Storage/Storage/LCApplication.cs b/Storage/Storage/LCApplication.cs index 1b81e6c..6271cbe 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.3.0"; + internal const string SDKVersion = "0.4.0"; // 接口版本号,用于接口版本管理 internal const string APIVersion = "1.1";