From afbb9101aa970fa1d19696142f6cc320c9a38ffc Mon Sep 17 00:00:00 2001 From: jmac Date: Wed, 23 Jan 2019 19:27:10 +0000 Subject: Fix version to 1.4.0 for Jenkins Change-Id: Ia8937831d1045b3b99e7e57be1f9b83b2c5744e7 Signed-off-by: jmac Issue-ID: LOG-937 --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 46e4a1d..eae359a 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=3 -patch=1 +minor=4 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg