From 29fdb7773454a90c0f24b1e0728f7febba368ee1 Mon Sep 17 00:00:00 2001 From: Andrew Heard Date: Thu, 16 May 2024 10:24:42 -0400 Subject: [PATCH] Increment SDK version to `0.5.4` (#171) --- 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 0dc14fc..0eb6253 100644 --- a/Sources/GoogleAI/GenerativeAISwift.swift +++ b/Sources/GoogleAI/GenerativeAISwift.swift @@ -21,7 +21,7 @@ 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.3" + public static let version = "0.5.4" /// The Google AI backend endpoint URL. static let baseURL = "https://generativelanguage.googleapis.com" }