Skip to content

Commit f441797

Browse files
committed
build: 1.0.2
1 parent 599b082 commit f441797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
ext.dotNetExec = project.hasProperty('dotNetExec') ? project.getProperty('dotNetExec') : 'dotnet6'
1111

1212
group 'com.synopsys.integration'
13-
version = '1.0.2-SIGQA2-SNAPSHOT'
13+
version = '1.0.2'
1414

1515
apply plugin: 'com.synopsys.integration.solution'
1616
apply plugin: 'distribution'
@@ -79,4 +79,4 @@ artifactory {
7979
publish {
8080
defaults { publications('mavenZip') }
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)