From 12f453c954483ae75144e1c26dee1584fadc2ec3 Mon Sep 17 00:00:00 2001 From: Matthias Urhahn <matthias.urhahn@sap.com> Date: Thu, 18 Mar 2021 16:04:57 +0100 Subject: [PATCH] Version bump (1.15.1.0) (#2645) --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index dd26c8008..fdb48d137 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,5 +19,5 @@ 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=15 -VERSION_PATCH=0 -VERSION_BUILD=4 +VERSION_PATCH=1 +VERSION_BUILD=0 -- GitLab