Skip to content

Commit

Permalink
Update version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRejeb committed Aug 7, 2024
1 parent fb58dfe commit ef5e12e
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 ef5e12e

Please sign in to comment.