diff --git a/Sources/GoogleAI/GenerativeAISwift.swift b/Sources/GoogleAI/GenerativeAISwift.swift index e17756b..838d798 100644 --- a/Sources/GoogleAI/GenerativeAISwift.swift +++ b/Sources/GoogleAI/GenerativeAISwift.swift @@ -16,6 +16,6 @@ import Foundation /// Constants associated with the GenerativeAISwift SDK public enum GenerativeAISwift { /// String value of the SDK version - public static let version = "0.4.2" + public static let version = "0.4.3" static let baseURL = "https://generativelanguage.googleapis.com/v1" }