Skip to content

Commit 339ca91

Browse files
committed
Version 2.17.0
1 parent 1adc03f commit 339ca91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Add the following Maven dependency to your project:
240240
<dependency>
241241
<groupId>de.cronn</groupId>
242242
<artifactId>reflection-util</artifactId>
243-
<version>2.16.0</version>
243+
<version>2.17.0</version>
244244
</dependency>
245245
```
246246

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
}
1818

1919
group = 'de.cronn'
20-
version = "2.16.0"
20+
version = '2.17.0'
2121

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

0 commit comments

Comments
 (0)