Skip to content

Commit

Permalink
Update changelog and version for 3.3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb01 committed Feb 22, 2018
1 parent 3833c5a commit 5ad256f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ A High Performance Inter-Thread Messaging Library

## Changelog

### 3.3.9

- Changle SleepingWaitStrategy to use a parkNanos(100).

### 3.3.8

- Revert belt and braces WaitStategy signalling.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ apply plugin: 'idea'
defaultTasks 'build'

group = 'com.lmax'
version = new Version(major: 3, minor: 3, revision: 8)
version = new Version(major: 3, minor: 3, revision: 9)

ext {
fullName = 'Disruptor Framework'
Expand Down

0 comments on commit 5ad256f

Please sign in to comment.