From bedc8c756e36f635d66d1bb656518f27e1de6ed4 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Thu, 14 Dec 2023 07:42:16 -0800 Subject: [PATCH] Version 0.4.3 --- 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 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" }