Skip to content

Commit

Permalink
Bump version 0.4.2-alpha.01
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkumar9t2 committed Oct 1, 2024
1 parent 546bf36 commit 6d44b7f
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.1-alpha.31"
versionName = project.hasProperty("versionName") ? versionName : "0.4.2-alpha.01"

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

0 comments on commit 6d44b7f

Please sign in to comment.