Skip to content
Snippets Groups Projects
Commit e84ef285 authored by dgelessus's avatar dgelessus
Browse files

Bump version number to 3.9.0-SNAPSHOT because of added APIs

parent 93424a08
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ apply plugin: 'signing' ...@@ -6,7 +6,7 @@ apply plugin: 'signing'
allprojects { allprojects {
project.group = 'de.hhu.stups' project.group = 'de.hhu.stups'
project.version = '3.8.1-SNAPSHOT' project.version = '3.9.0-SNAPSHOT'
project.ext.isSnapshot = project.version.endsWith("-SNAPSHOT") project.ext.isSnapshot = project.version.endsWith("-SNAPSHOT")
ext."signing.secretKeyRingFile" = rootProject.file("secring.gpg").absolutePath ext."signing.secretKeyRingFile" = rootProject.file("secring.gpg").absolutePath
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment