diff --git a/.version b/.version index 60d8373..903f9e3 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -17.10.1 +17.11.0 diff --git a/LeanCloud.podspec b/LeanCloud.podspec index 4f1c8d5..8cb5a88 100644 --- a/LeanCloud.podspec +++ b/LeanCloud.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'LeanCloud' - s.version = '17.10.1' + s.version = '17.11.0' s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' } s.summary = 'LeanCloud Swift SDK' s.homepage = 'https://leancloud.cn/' diff --git a/Sources/Foundation/Version.swift b/Sources/Foundation/Version.swift index 2930c1a..8005b54 100644 --- a/Sources/Foundation/Version.swift +++ b/Sources/Foundation/Version.swift @@ -9,5 +9,5 @@ import Foundation public struct Version { - public static let versionString = "17.10.1" + public static let versionString = "17.11.0" }