From f5f525bc0488a364b8f0f289c83f3563b1c8e3c1 Mon Sep 17 00:00:00 2001 From: Matthias Urhahn <matthias.urhahn@sap.com> Date: Fri, 30 Apr 2021 09:05:07 +0200 Subject: [PATCH] Version bump (2.1.2) (#3018) --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 5f205aca0..309f0dff9 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=2 VERSION_MINOR=1 -VERSION_PATCH=1 -VERSION_BUILD=2 +VERSION_PATCH=2 +VERSION_BUILD=0 -- GitLab