From 72ad4b6689433cfa11f5452c0ad7b0d30fae1b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Font=C3=A1n?= Date: Sun, 5 May 2024 17:30:17 +0200 Subject: [PATCH] chore: Updated to beta 6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gabriel Fontán --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 383ad15..dc319aa 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -23,7 +23,7 @@ val currentVersion: Version = Version.Beta( versionMajor = 1, versionMinor = 0, versionPatch = 0, - versionBuild = 5 + versionBuild = 6 ) android {