Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Apr 23, 2016
1 parent f11108a commit cc4885b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ subprojects {
group = 'com.github.ben-manes.caffeine'
version.with {
major = 2 // incompatible API changes
minor = 2 // backwards-compatible additions
patch = 8 // backwards-compatible bug fixes
minor = 3 // backwards-compatible additions
patch = 0 // backwards-compatible bug fixes
releaseBuild = rootProject.hasProperty('release')
}
archivesBaseName = path[1..-1].replaceAll(':', '-').toLowerCase()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ enum Status {
static final class Node {
final long key;

int recencyMove;
Status status;
Node prev;
Node next;
Expand Down

0 comments on commit cc4885b

Please sign in to comment.