Skip to content

Commit

Permalink
Merge pull request #151 from JetBrains-Research/update-core-version
Browse files Browse the repository at this point in the history
Update core version
  • Loading branch information
arksap2002 authored Apr 4, 2024
2 parents 436f53e + 9ff73f9 commit fbb0159
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 @@ -35,7 +35,7 @@ publishing {
create<MavenPublication>("maven") {
groupId = group as String
artifactId = "testspark-core"
version = "0.0.1"
version = "1.0.0"
from(components["java"])
}
}
Expand Down

0 comments on commit fbb0159

Please sign in to comment.