We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36f64a5 + 2d2483e commit 693eb57Copy full SHA for 693eb57
1 file changed
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
group = 'org.cryptimeleon'
9
archivesBaseName = project.name
10
boolean isRelease = project.hasProperty("release")
11
-version = '3.0.0' + (isRelease ? "" : "-SNAPSHOT")
+version = '3.0.1' + (isRelease ? "" : "-SNAPSHOT")
12
13
sourceCompatibility = 1.8
14
targetCompatibility = 1.8
0 commit comments