Skip to content

Commit

Permalink
1.10.1 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontgomery committed Jul 7, 2018
1 parent 421ec2e commit 7427643
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.19'
def sbeVersion = '1.8.2'
def agronaVersion = '0.9.20'
def sbeVersion = '1.8.3'

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.10.1-SNAPSHOT
1.10.1

0 comments on commit 7427643

Please sign in to comment.