Skip to content

Commit

Permalink
Bump version 0.4.2-alpha.02
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkumar9t2 committed Nov 12, 2024
1 parent 94b4c87 commit 8d14323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
ext {
groupId = "com.grab.grazel"
versionName = project.hasProperty("versionName") ? versionName : "0.4.2-alpha.01"
versionName = project.hasProperty("versionName") ? versionName : "0.4.2-alpha.02"

website = "https://grab.github.io/Grazel/"
}

0 comments on commit 8d14323

Please sign in to comment.