Skip to content

Commit

Permalink
1.10.2 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontgomery committed Jul 16, 2018
1 parent a77f52d commit a6cd060
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
@@ -29,8 +29,8 @@ defaultTasks 'clean', 'build', 'shadowJar', 'install'
def aeronGroup = 'io.aeron'
def aeronVersion = file('version.txt').text.trim()

def agronaVersion = '0.9.21-SNAPSHOT'
def sbeVersion = '1.8.3'
def agronaVersion = '0.9.21'
def sbeVersion = '1.8.4'

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

0 comments on commit a6cd060

Please sign in to comment.