From 0986bb72923ba59839b3e0e656ce82c451126820 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Fri, 14 Jun 2019 11:20:13 +0200 Subject: Upversion in preparation of initial release Issue-ID: AAI-2477 Change-Id: I476c3e329bb8ae247b3850d96c0f5b71da1cd190 Signed-off-by: Jimmy Forsyth --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 77e67b1..99af342 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=4 -patch=2 +minor=5 +patch=0 base_version=${major}.${minor}.${patch} -- cgit