From baa97893ea28d74ed019e1da46619dbd843f50f5 Mon Sep 17 00:00:00 2001 From: arunkumar9t2 Date: Wed, 1 Nov 2023 14:22:07 +0800 Subject: [PATCH] Bump version to 0.4.1-alpha.17 --- constants.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.gradle b/constants.gradle index 002a4be0..ee81ea40 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.16" + versionName = project.hasProperty("versionName") ? versionName : "0.4.1-alpha.17" website = "https://grab.github.io/Grazel/" }