Skip to content

Commit

Permalink
publish: core module version 5.0.1
Browse files Browse the repository at this point in the history
The patch version changed due to fixes in the internal implementation of the `LLMWithFeedbackCycle.run` method.
  • Loading branch information
Vladislav Artiukhov committed Oct 10, 2024
1 parent f05e950 commit 5c7a385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ publishing {
create<MavenPublication>("maven") {
groupId = group as String
artifactId = "testspark-core"
version = "5.0.0"
version = "5.0.1"
from(components["java"])

artifact(tasks["sourcesJar"])
Expand Down

0 comments on commit 5c7a385

Please sign in to comment.