From c7352b86d7e3fad30f3b0d2d1428616a1d97ecb8 Mon Sep 17 00:00:00 2001 From: Steve Billings Date: Thu, 24 Oct 2019 15:56:35 -0400 Subject: [PATCH] build: fixed version in build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6703171254..8de3402544 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ plugins { } group = 'com.synopsys.integration' -version = '6.0.0-RC5-SNAPSHOT' +version = '6.0.0-RC4' apply plugin: 'com.blackducksoftware.integration.solution' apply plugin: 'org.springframework.boot'