From 01ef1b1c7c71f90c2e39e43247d363532ca85893 Mon Sep 17 00:00:00 2001 From: mpriyank Date: Mon, 17 Oct 2022 14:02:07 +0100 Subject: Bump the minor CPS version - Bumped the CPS version from 3.1.5-SNAPSHOT to 3.2.0-SNAPSHOT - Step 11 of the release process. Issue-ID: CPS-1318 Change-Id: I0dce0070afcc019d2562c2f3ab9fe02207dcd86b Signed-off-by: mpriyank --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 00839db8e..0a0cb6c5d 100755 --- a/version.properties +++ b/version.properties @@ -21,8 +21,8 @@ # because they are used in Jenkins, whose plug-in doesn't support this major=3 -minor=1 -patch=5 +minor=2 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg