From 6c03208894fa220e297a788a48901e15b4dfd35e Mon Sep 17 00:00:00 2001 From: Matthias Urhahn <matthias.urhahn@sap.com> Date: Thu, 29 Apr 2021 10:00:32 +0200 Subject: [PATCH] Version bump (2.3.0.0) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 6e200a00b..f050c0339 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=2 +VERSION_MINOR=3 VERSION_PATCH=0 VERSION_BUILD=0 -- GitLab