Skip to content

Commit

Permalink
1.11.2 released
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontgomery committed Oct 4, 2018
1 parent 54ecfb2 commit 8a14722
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ defaultTasks 'clean', 'build', 'shadowJar', 'install'
def aeronGroup = 'io.aeron'
def aeronVersion = file('version.txt').text.trim()

def agronaVersion = '0.9.24'
def sbeVersion = '1.8.8'
def agronaVersion = '0.9.25'
def sbeVersion = '1.8.9'

group = aeronGroup
version = aeronVersion
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.2-SNAPSHOT
1.11.2

0 comments on commit 8a14722

Please sign in to comment.