From 57807b88520e8f6907b5c17c9c0c11cf6ce5245f Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Mon, 12 Jun 2023 14:32:14 +0000 Subject: Bump version to 1.12.2-SNAPSHOT Issue-ID: SO-4084 Signed-off-by: Lukasz Rajewski Change-Id: I95675fb4cfa28795a71905b9e273c99e2bd8a74e --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 4014cff557..5e3df21271 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=12 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit