Skip to content

Commit

Permalink
Release 0.63.0 (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
hudson155 authored Jan 27, 2025
1 parent f5e54cd commit 50cebc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/kairo-publish.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ publishing {
val match = requireNotNull(regex.matchEntire(path)) { "Invalid project name: $path." }
return@run match.groupValues[1].replace(':', '-')
}
version = "0.62.0"
version = "0.63.0"
from(components["java"])
}
}
Expand Down

0 comments on commit 50cebc5

Please sign in to comment.