From 9156ed7ea18def208d504ff0cf1d584f2a81399e Mon Sep 17 00:00:00 2001 From: Andrew Heard Date: Wed, 10 Apr 2024 17:58:26 -0400 Subject: [PATCH] Increment SDK version to `0.4.11` (#130) --- Sources/GoogleAI/GenerativeAISwift.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/GoogleAI/GenerativeAISwift.swift b/Sources/GoogleAI/GenerativeAISwift.swift index 670889a..71b1dde 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.4.10" + public static let version = "0.4.11" static let baseURL = "https://generativelanguage.googleapis.com" }