From c8baa3bf613d9a42196cac599d781462a738f307 Mon Sep 17 00:00:00 2001 From: kaihlavi Date: Thu, 27 Jun 2019 11:18:14 +0300 Subject: Align version with the rest of DCAE-DS Update version to 1.3.0 that is used elsewhere in DCAE-DS Issue-ID: SDC-2396 Signed-off-by: kaihlavi Change-Id: I85646d0c9984cede5425dfc655966bcd007e6c82 --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.properties b/version.properties index 8471f55..235314e 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=2 +minor=3 patch=0 base_version=${major}.${minor}.${patch} -- cgit