Skip to content

Commit

Permalink
Version 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaldvogel committed Aug 28, 2024
1 parent 1adc03f commit 339ca91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Add the following Maven dependency to your project:
<dependency>
<groupId>de.cronn</groupId>
<artifactId>reflection-util</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
}

group = 'de.cronn'
version = "2.16.0"
version = '2.17.0'

if (System.env.BUILD_NUMBER) {
version = "${version}-SNAPSHOT-b${System.env.BUILD_NUMBER}"
Expand Down

0 comments on commit 339ca91

Please sign in to comment.