Skip to content

Commit ecdb547

Browse files
authored
Increment SDK version to 0.5.0 (#140)
1 parent 0cd4ef6 commit ecdb547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GoogleAI/GenerativeAISwift.swift

Lines changed: 1 addition & 1 deletion
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.11"
24+
public static let version = "0.5.0"
2525
static let baseURL = "https://generativelanguage.googleapis.com"
2626
}

0 commit comments

Comments
 (0)