From eeb50d3b600eb5c781c53cb6f9519e503e22ca6d Mon Sep 17 00:00:00 2001 From: Instrumental Date: Wed, 18 Mar 2020 15:58:01 -0500 Subject: Fix Cass, then to Version 2.1.19 Issue-ID: AAF-1081 Signed-off-by: Instrumental Change-Id: I5ca5779813b6120dfb6c13768abab4855ad26c35 --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 48397ffe..bb43fd28 100644 --- a/version.properties +++ b/version.properties @@ -24,10 +24,10 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -# This TAG 2.1.18-SNAPSHOT is here to help remember to change this file. Keep it up to date with the following "real" entries: +# This TAG 2.1.19-SNAPSHOT is here to help remember to change this file. Keep it up to date with the following "real" entries: major=2 minor=1 -patch=18 +patch=19 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg