Skip to content

Commit

Permalink
Bump version to 0.4.1-alpha.17
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkumar9t2 committed Nov 1, 2023
1 parent 0e610c6 commit baa9789
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.16"
versionName = project.hasProperty("versionName") ? versionName : "0.4.1-alpha.17"

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

0 comments on commit baa9789

Please sign in to comment.