From 1ab34043e05df3d35175a3a3f46e9e6acbb13dd8 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Thu, 2 May 2019 11:07:07 -0500 Subject: Version to 2.1.13 Issue-ID: AAF-785 Change-Id: I5e675b1ab0e25e89996c25da98412642800646dd 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 cd25132c..c5fe1e4a 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.12-SNAPSHOT is here to help remember to change this file. Keep it up to date with the following "real" entries: +# This TAG 2.1.13-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=12 +patch=13 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg