Skip to content

Commit

Permalink
Release 0.66.0 (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
hudson155 authored Feb 7, 2025
1 parent c34ffe6 commit 153572d
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.65.0"
version = "0.66.0"
from(components["java"])
}
}
Expand Down

0 comments on commit 153572d

Please sign in to comment.