From 89e173b608d77a649cdf6a2d2c7f0cc731c9ee2a Mon Sep 17 00:00:00 2001 From: vagrant Date: Tue, 11 Sep 2018 15:33:57 +0000 Subject: fix version for inventoryapi Change-Id: I4f56f9b74c11dfda749f95a77afb99aab582d3b3 Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-772 --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.properties b/version.properties index 97784ff..5ced55f 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=3 minor=0 -patch=1 +patch=3 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins -- cgit 1.2.3-korg