From 326e3bf349ca2117b33fa0b884d3b4ea4bfa00d7 Mon Sep 17 00:00:00 2001 From: Vasyl Nahuliak <40458927+vasylnahuliak@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:42:55 +0300 Subject: [PATCH] chore: bump version 0.1.6-beta04 --- filestack/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filestack/build.gradle b/filestack/build.gradle index 867fc59..8f7726f 100644 --- a/filestack/build.gradle +++ b/filestack/build.gradle @@ -75,7 +75,7 @@ afterEvaluate { groupId = 'com.github.ekreative' artifactId = 'smartsuite-filestack' - version = '0.1.6-beta03' + version = '0.1.6-beta04' } } }