Skip to content

Commit

Permalink
Update version to 0.5.6
Browse files Browse the repository at this point in the history
Released version 0.5.5 does not match source version 0.5.4
Update SDK version in preparation for the next release.
  • Loading branch information
anupdsouza authored Aug 21, 2024
1 parent 15c1208 commit cc612ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/GoogleAI/GenerativeAISwift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit cc612ba

Please sign in to comment.