diff --git a/constants.gradle b/constants.gradle index d69b462..e3732a0 100644 --- a/constants.gradle +++ b/constants.gradle @@ -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/" }