Skip to content

Commit 70bae5d

Browse files
committed
Prepare for release
1 parent 1cc9eb0 commit 70bae5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ subprojects {
6767
group = 'com.github.ben-manes.caffeine'
6868
version.with {
6969
major = 2 // incompatible API changes
70-
minor = 4 // backwards-compatible additions
71-
patch = 1 // backwards-compatible bug fixes
70+
minor = 5 // backwards-compatible additions
71+
patch = 0 // backwards-compatible bug fixes
7272
releaseBuild = rootProject.hasProperty('release')
7373
}
7474
archivesBaseName = path[1..-1].replaceAll(':', '-').toLowerCase()

0 commit comments

Comments
 (0)