From 18fbb89357c49b62bf5e47676608666ecbbe5de3 Mon Sep 17 00:00:00 2001 From: Katharina Seiz <Katharina.Seiz@sap.com> Date: Fri, 5 Mar 2021 11:21:46 +0100 Subject: [PATCH] Version Bump to 1.14.2.0 (DEV) #2528 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b8a7e52fb..207db6977 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=1 VERSION_MINOR=14 -VERSION_PATCH=1 +VERSION_PATCH=2 VERSION_BUILD=0 -- GitLab