diff --git a/constants.gradle b/constants.gradle index eb0e7734..0be79433 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.13" + versionName = project.hasProperty("versionName") ? versionName : "0.4.1-alpha.15" website = "https://grab.github.io/Grazel/" }