From af6c308365a6245020f34ed5446ab6c6b9d2a7c7 Mon Sep 17 00:00:00 2001 From: mpriyank Date: Fri, 7 Apr 2023 10:12:31 +0100 Subject: [CPS] Bump minor version - Step12 - bump minor cps version from 3.2.7-SNAPSHOT to 3.3.0-SNAPSHOT which is step11 of the release process Issue-ID: CPS-1610 Change-Id: I74f20a7a7fa1edad417c40a09a60fecc0a96ccb7 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 169b253363..0777f6b538 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=2 -patch=7 +minor=3 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg