Skip to content

Commit

Permalink
correct semver
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kerwin committed Jul 12, 2021
1 parent 1d85cbd commit d4606d6
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 @@ -6,7 +6,7 @@ buildscript {
project.ext.moduleName = 'com.synopsys.integration.integration-common'
project.ext.javaUseAutoModuleName = 'true'

version = '25.1.1-SNAPSHOT'
version = '25.2.0-SNAPSHOT'
description = 'The base library for all other integration libraries to encompass and export common dependencies and code.'

apply plugin: 'com.synopsys.integration.library'
Expand Down

0 comments on commit d4606d6

Please sign in to comment.