From 0c9ecbdf0485e0a266382b95a94d255400758848 Mon Sep 17 00:00:00 2001 From: Matthias Urhahn <matthias.urhahn@sap.com> Date: Tue, 6 Apr 2021 10:01:34 +0200 Subject: [PATCH] Version bump (2.1.0.0). --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d0d56db18..85d774408 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=0 +VERSION_MINOR=1 VERSION_PATCH=0 VERSION_BUILD=0 -- GitLab