diff --git a/src/Adaptive.Aeron/AeronVersion.cs b/src/Adaptive.Aeron/AeronVersion.cs index 82143a7..d775268 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