Skip to content

Commit 0976d0f

Browse files
authored
Increment SDK version to 0.4.10 (#126)
1 parent 016b555 commit 0976d0f

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,6 +21,6 @@ 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.4.8"
24+
public static let version = "0.4.10"
2525
static let baseURL = "https://generativelanguage.googleapis.com"
2626
}

0 commit comments

Comments
 (0)