From 4a2b240fb161f789cd44f9096b0d8b8539d3b934 Mon Sep 17 00:00:00 2001 From: Matthias Urhahn <matthias.urhahn@sap.com> Date: Thu, 15 Apr 2021 09:23:14 +0200 Subject: [PATCH] Version bump (2.2.0.0) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 85d774408..6e200a00b 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=2 -VERSION_MINOR=1 +VERSION_MINOR=2 VERSION_PATCH=0 VERSION_BUILD=0 -- GitLab