From 6bc95588f007dfc2b9c9be99939303a2645f2836 Mon Sep 17 00:00:00 2001 From: Andrew Heard Date: Mon, 29 Apr 2024 18:03:20 -0400 Subject: [PATCH] Increment SDK version to `0.5.2` (#154) --- 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 b6a45ef..46c9102 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.5.1" + public static let version = "0.5.2" static let baseURL = "https://generativelanguage.googleapis.com" }