From 44b8ce120425f9cf53ca756f3434ca2c2696f8bd Mon Sep 17 00:00:00 2001 From: Anup D'Souza <103429618+anupdsouza@users.noreply.github.com> Date: Thu, 22 Aug 2024 21:48:49 +0530 Subject: [PATCH] Update version to 0.5.6 (#206) --- 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 0eb6253..910881e 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.4" + public static let version = "0.5.6" /// The Google AI backend endpoint URL. static let baseURL = "https://generativelanguage.googleapis.com" }