From 25f8e564da4f32ccc14fd0ea565c2c03e5c6225e Mon Sep 17 00:00:00 2001 From: Katharina Seiz <Katharina.Seiz@sap.com> Date: Thu, 15 Apr 2021 15:32:18 +0200 Subject: [PATCH] Bump to next Version: 2.0.2.0 (#2838) --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 5ea40a390..d80947505 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=0 -VERSION_PATCH=1 -VERSION_BUILD=2 +VERSION_PATCH=2 +VERSION_BUILD=0 -- GitLab