We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5bd45 commit 599b082Copy full SHA for 599b082
build.gradle
@@ -10,7 +10,7 @@ buildscript {
10
ext.dotNetExec = project.hasProperty('dotNetExec') ? project.getProperty('dotNetExec') : 'dotnet6'
11
12
group 'com.synopsys.integration'
13
-version = '1.0.2-SIGQA1'
+version = '1.0.2-SIGQA2-SNAPSHOT'
14
15
apply plugin: 'com.synopsys.integration.solution'
16
apply plugin: 'distribution'
0 commit comments