We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016b555 commit 0976d0fCopy full SHA for 0976d0f
Sources/GoogleAI/GenerativeAISwift.swift
@@ -21,6 +21,6 @@ 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.4.8"
+ public static let version = "0.4.10"
25
static let baseURL = "https://generativelanguage.googleapis.com"
26
}
0 commit comments