Skip to content

Commit 2d2483e

Browse files
committed
Version bump to 3.0.1
1 parent 36f64a5 commit 2d2483e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
group = 'org.cryptimeleon'
99
archivesBaseName = project.name
1010
boolean isRelease = project.hasProperty("release")
11-
version = '3.0.0' + (isRelease ? "" : "-SNAPSHOT")
11+
version = '3.0.1' + (isRelease ? "" : "-SNAPSHOT")
1212

1313
sourceCompatibility = 1.8
1414
targetCompatibility = 1.8

0 commit comments

Comments
 (0)