We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.5.3
1 parent 7afcf89 commit 5d750b8Copy full SHA for 5d750b8
Sources/GoogleAI/GenerativeAISwift.swift
@@ -21,7 +21,7 @@ import Foundation
21
@available(iOS 15.0, macOS 11.0, macCatalyst 15.0, *)
22
public enum GenerativeAISwift {
23
/// String value of the SDK version
24
- public static let version = "0.5.2"
+ public static let version = "0.5.3"
25
/// The Google AI backend endpoint URL.
26
static let baseURL = "https://generativelanguage.googleapis.com"
27
}
0 commit comments