Skip to content

Commit

Permalink
Increment SDK version to 0.4.10 (google-gemini#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored and G.Dev.Ssomsak committed Jun 21, 2024
1 parent 7743779 commit a167571
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Sources/GoogleAI/GenerativeAISwift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ import Foundation
#warning("Only iOS, macOS, and Catalyst targets are currently fully supported.")
#endif

/// Constants associated with the GenerativeAISwift SDK.
/// Constants associated with the GenerativeAISwift SDK
@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"
/// The Google AI backend endpoint URL.
public static let version = "0.4.10"
static let baseURL = "https://generativelanguage.googleapis.com"
}

0 comments on commit a167571

Please # to comment.