From 2d2483ebb658c86928cfe0c85a10c76ee2102544 Mon Sep 17 00:00:00 2001 From: Fabian Eidens Date: Wed, 13 Oct 2021 15:27:35 +0200 Subject: [PATCH] Version bump to 3.0.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1cafd9ca..9413f35c 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { group = 'org.cryptimeleon' archivesBaseName = project.name boolean isRelease = project.hasProperty("release") -version = '3.0.0' + (isRelease ? "" : "-SNAPSHOT") +version = '3.0.1' + (isRelease ? "" : "-SNAPSHOT") sourceCompatibility = 1.8 targetCompatibility = 1.8