From feb198308f28d8afa65c03bad64524ab9628e7e3 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Wed, 13 Dec 2023 08:10:34 -0800 Subject: [PATCH] Version 0.4.2 (#57) --- 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 4f374ac..e17756b 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.0" + public static let version = "0.4.2" static let baseURL = "https://generativelanguage.googleapis.com/v1" }