We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb936ae commit 5ee68b7Copy full SHA for 5ee68b7
build.gradle
@@ -48,8 +48,8 @@ subprojects { proj ->
48
group = 'com.github.ben-manes.caffeine'
49
version.with {
50
major = 1 // incompatible API changes
51
- minor = 2 // backwards-compatible additions
52
- patch = 1 // backwards-compatible bug fixes
+ minor = 3 // backwards-compatible additions
+ patch = 0 // backwards-compatible bug fixes
53
releaseBuild = rootProject.hasProperty('release')
54
}
55
archivesBaseName = path[1..-1].replaceAll(':', '-').toLowerCase()
0 commit comments