Skip to content

Commit 5ee68b7

Browse files
committed
Prepare for v1.3.0 release
1 parent cb936ae commit 5ee68b7

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
@@ -48,8 +48,8 @@ subprojects { proj ->
4848
group = 'com.github.ben-manes.caffeine'
4949
version.with {
5050
major = 1 // incompatible API changes
51-
minor = 2 // backwards-compatible additions
52-
patch = 1 // backwards-compatible bug fixes
51+
minor = 3 // backwards-compatible additions
52+
patch = 0 // backwards-compatible bug fixes
5353
releaseBuild = rootProject.hasProperty('release')
5454
}
5555
archivesBaseName = path[1..-1].replaceAll(':', '-').toLowerCase()

0 commit comments

Comments
 (0)