Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Bobolz committed Jan 21, 2023
1 parent bc25ac7 commit 4d698e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 63 deletions.
62 changes: 0 additions & 62 deletions CHANGELOG.md

This file was deleted.

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 = '4.0.0' + (isRelease ? "" : "-SNAPSHOT")
version = '4.0.1' + (isRelease ? "" : "-SNAPSHOT")


sourceCompatibility = 1.8
Expand Down

0 comments on commit 4d698e9

Please sign in to comment.