Skip to content

Commit

Permalink
publish: core module version 4.0.0
Browse files Browse the repository at this point in the history
The major version increased due to the change of the public API of `PromptGenerator.generatePromptForLine` method.
  • Loading branch information
Vladislav Artiukhov committed Oct 10, 2024
1 parent 7d99e58 commit abb89cc
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 = "3.0.1"
version = "4.0.0"
from(components["java"])

artifact(tasks["sourcesJar"])
Expand Down

0 comments on commit abb89cc

Please sign in to comment.