Skip to content

Commit

Permalink
Increment SDK version to 0.5.2 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Apr 29, 2024
1 parent 3ad8c1c commit c01550c
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,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"
}

0 comments on commit c01550c

Please sign in to comment.