Skip to content

Commit

Permalink
[release] Bump version to 2.4.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
thibauult committed Sep 22, 2021
1 parent 171219f commit 73a754f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -2,7 +2,7 @@ plugins {
id "io.codearte.nexus-staging" version "0.22.0"
}

ext.projectVersion = '2.3.0-SNAPSHOT'
ext.projectVersion = '2.4.0-SNAPSHOT'
ext.isReleaseVersion = !ext.projectVersion.endsWith('SNAPSHOT')

ext.mavenRepoUrl = project.properties['mavenRepoUrl'] ?: 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
Expand Down

0 comments on commit 73a754f

Please sign in to comment.