Skip to content

Commit

Permalink
prepare version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Mar 14, 2024
1 parent 8832a32 commit 27412fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ private val sonatypeOptions = System.getenv("OSSRH_USER")?.let {

private val projectOptions = ProjectOptions(
groupId = "com.gradleup.gratatouille",
version = "0.0.2-SNAPSHOT",
version = "0.0.2",
descriptions = "Cook yourself delicious Gradle plugins",
vcsUrl = "https://github.com/GradleUp/gratatouille",
developers = "GradleUp authors",
Expand Down

0 comments on commit 27412fb

Please sign in to comment.