From 23479182b327f082675ff860d56e0d2b379db623 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Thu, 4 Apr 2019 18:48:20 -0400 Subject: Fix blueprint upload problem =============================== Coverage summary =============================== Statements : 80.72% ( 992/1229 ) Branches : 58.13% ( 304/523 ) Functions : 81.13% ( 172/212 ) Lines : 81.22% ( 982/1209 ) ================================================================================ Change-Id: I1f9d531f4f603576ca3668eef73f00e28ed09742 Issue-ID: DCAEGEN2-1301 Signed-off-by: Jack Lucas --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 967829d..7e4f439 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=4 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg