From 13b7a3bc25fba512024f2e599be3eb132b0c7b16 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Thu, 14 Mar 2019 13:36:18 -0500 Subject: Change version to 2.1.11-SNAPSHOT Issue-ID: AAF-788 Change-Id: I3d98d495e4258d551bd6ab7b7455cfd052c3f239 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 cada72b1..e945821b 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.10 is here to help remember to change this file. Keep it up to date with the following "real" entries: +# 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: major=2 minor=1 -patch=10 +patch=11 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg