Skip to content

Commit 5d750b8

Browse files
authored
Increment SDK version to 0.5.3 (#167)
1 parent 7afcf89 commit 5d750b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GoogleAI/GenerativeAISwift.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import Foundation
2121
@available(iOS 15.0, macOS 11.0, macCatalyst 15.0, *)
2222
public enum GenerativeAISwift {
2323
/// String value of the SDK version
24-
public static let version = "0.5.2"
24+
public static let version = "0.5.3"
2525
/// The Google AI backend endpoint URL.
2626
static let baseURL = "https://generativelanguage.googleapis.com"
2727
}

0 commit comments

Comments
 (0)