Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
motocodeltd committed Aug 5, 2016
1 parent 13a20bb commit 8c6e6f5
Showing 1 changed file with 1 addition and 1 deletion.
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: 'signing'
defaultTasks 'checkstyleTest', 'checkstyleMain', 'build'

group = 'com.lmax'
version = new Version(major: 2, minor: 0, revision: 4)
version = new Version(major: 2, minor: 0, revision: 5)

ext {
fullName = 'Disruptor-Proxy'
Expand Down

0 comments on commit 8c6e6f5

Please sign in to comment.