From 3da38e4ab83d9f3fd43b47e672acd39a360dd315 Mon Sep 17 00:00:00 2001 From: "Todd L. Montgomery" Date: Thu, 6 Apr 2017 09:15:56 -0700 Subject: [PATCH] 1.2.4 released. --- build.gradle | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index a1a554c4cd..33e73f9346 100644 --- a/build.gradle +++ b/build.gradle @@ -169,7 +169,7 @@ subprojects { } } -def agronaVersion = '0.9.4-SNAPSHOT' +def agronaVersion = '0.9.4' project(':aeron-client') { apply plugin: 'osgi' @@ -526,7 +526,7 @@ project(':aeron-all') { } } -def sbeVersion = '1.6.0' +def sbeVersion = '1.6.1' project(':aeron-archiver-codecs') { apply plugin: 'com.github.johnrengelman.shadow' diff --git a/version.txt b/version.txt index 24d7833d9c..b966e81a45 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.2.4-SNAPSHOT \ No newline at end of file +1.2.4 \ No newline at end of file