Skip to content

Commit

Permalink
Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
basimSynopsys authored Mar 1, 2024
1 parent f43d972 commit edc7664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tasks.withType(JavaCompile) { options.encoding = 'UTF-8' }
tasks.withType(GroovyCompile) { options.encoding = 'UTF-8' }

group = 'com.synopsys.integration'
version = '2.0.4-SNAPSHOT'
version = '2.0.4'
description = 'A common plugin for all integration libraries and solutions to use.'

sourceCompatibility = JavaVersion.VERSION_11
Expand Down

0 comments on commit edc7664

Please sign in to comment.