From 5d1eb6edd71ec7f8b4ddf09c77a101574faecc4c Mon Sep 17 00:00:00 2001 From: Nadia Aina <113453463+Nadia-Adaptive@users.noreply.github.com> Date: Thu, 22 Jan 2026 13:51:16 +0000 Subject: [PATCH] set aeron version to 1.49.0 --- src/Adaptive.Aeron/AeronVersion.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Adaptive.Aeron/AeronVersion.cs b/src/Adaptive.Aeron/AeronVersion.cs index 82143a70..d7752688 100644 --- a/src/Adaptive.Aeron/AeronVersion.cs +++ b/src/Adaptive.Aeron/AeronVersion.cs @@ -2,9 +2,9 @@ { public class AeronVersion { - public const string VERSION = "1.43.0"; + public const string VERSION = "1.49.0"; public const int MAJOR_VERSION = 1; - public const int MINOR_VERSION = 43; + public const int MINOR_VERSION = 49; public const int PATCH_VERSION = 0; } } \ No newline at end of file