Skip to content

Commit 8054cf0

Browse files
committed
1.15.0 released.
1 parent 0959834 commit 8054cf0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ def aeronGroup = 'io.aeron'
3030
def aeronVersion = file('version.txt').text.trim()
3131
def aeronJavaVersion = '1.8'
3232

33-
def agronaVersion = '0.9.29'
34-
def sbeVersion = '1.10.2'
33+
def agronaVersion = '0.9.30'
34+
def sbeVersion = '1.11.0'
3535

3636
group = aeronGroup
3737
version = aeronVersion

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.15.0-SNAPSHOT
1+
1.15.0

0 commit comments

Comments
 (0)