Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
feidens authored Oct 22, 2021
1 parent 71354fb commit f75c78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
group = 'org.cryptimeleon'
archivesBaseName = project.name
boolean isRelease = project.hasProperty("release")
version = '3.0.1' + (isRelease ? "" : "-SNAPSHOT")
version = '3.0.2' + (isRelease ? "" : "-SNAPSHOT")


sourceCompatibility = 1.8
Expand Down

0 comments on commit f75c78d

Please sign in to comment.