Skip to content

Commit

Permalink
chore: prepare 4.0.0 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Nov 18, 2024
1 parent 1f4cce1 commit 0653471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kotlin.mpp.commonizerLogLevel=info

# Lib
GROUP=com.aallam.openai
VERSION_NAME=4.0.0-beta01
VERSION_NAME=4.0.0-SNAPSHOT

# OSS
SONATYPE_HOST=DEFAULT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ public data class JsonSchema(
* Whether to enforce strict schema validation
*/
@SerialName("strict") val strict: Boolean = true
)
)

0 comments on commit 0653471

Please sign in to comment.