From 271e7f4bc03a85e1575e566102e7e85a791c3c14 Mon Sep 17 00:00:00 2001 From: arunkumar9t2 Date: Mon, 18 Sep 2023 15:07:12 +0800 Subject: [PATCH] Bump version to 0.4.1-alpha.15 --- constants.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/" }