From 78d61698c875217d639bf7ff3da0d76919e81591 Mon Sep 17 00:00:00 2001 From: Matthias Urhahn <matthias.urhahn@sap.com> Date: Wed, 24 Feb 2021 12:14:43 +0100 Subject: [PATCH] Version bump (1.15.0-RC1) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8eca0348f..d23c1203a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,6 +18,6 @@ org.gradle.parallel=true org.gradle.dependency.verification.console=verbose # Versioning, this is used by the app & pipelines to calculate the current versionCode & versionName VERSION_MAJOR=1 -VERSION_MINOR=14 +VERSION_MINOR=15 VERSION_PATCH=0 VERSION_BUILD=1 -- GitLab