From 096803ce0a8f4a57cc2f78f7d969cab18cb7a93e Mon Sep 17 00:00:00 2001 From: Instrumental Date: Tue, 23 Apr 2019 13:02:32 -0500 Subject: Change Version to 2.1.12-SNAPSHOT Issue-ID: AAF-819 Change-Id: I9c85ceef4bd35d1877279d72e0f9a9f042cc06d1 Signed-off-by: Instrumental --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index e945821b..cd25132c 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.11-SNAPSHOT is here to help remember to change this file. Keep it up to date with the following "real" entries: +# This TAG 2.1.12-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=11 +patch=12 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg