Skip to content

Commit

Permalink
Merge pull request #145 from MohamedRejeb/0.5.x
Browse files Browse the repository at this point in the history
Update version to 0.5.3
  • Loading branch information
MohamedRejeb authored Aug 7, 2024
2 parents 6c9517a + ef5e12e commit ea38095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convention-plugins/src/main/kotlin/Publication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fun Project.rootPublicationSetup() {

allprojects {
group = "com.mohamedrejeb.calf"
version = System.getenv("VERSION") ?: "0.5.2"
version = System.getenv("VERSION") ?: "0.5.3"
}

nexusPublishing {
Expand Down

0 comments on commit ea38095

Please sign in to comment.