diff --git a/Sources/GoogleAI/GenerativeAISwift.swift b/Sources/GoogleAI/GenerativeAISwift.swift index d32a209..b6a45ef 100644 --- a/Sources/GoogleAI/GenerativeAISwift.swift +++ b/Sources/GoogleAI/GenerativeAISwift.swift @@ -21,6 +21,6 @@ import Foundation @available(iOS 15.0, macOS 11.0, macCatalyst 15.0, *) public enum GenerativeAISwift { /// String value of the SDK version - public static let version = "0.5.0" + public static let version = "0.5.1" static let baseURL = "https://generativelanguage.googleapis.com" }