From 924feaa748c9e5f86da1941a7763c74d8644f25b Mon Sep 17 00:00:00 2001 From: Michael Fulbright <89205663+mfulb@users.noreply.github.com> Date: Mon, 21 Apr 2025 12:00:41 -0400 Subject: [PATCH 1/2] chore: Bump to 11.9.0 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 897063bb3..ba9aff72c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.8.0 +11.9.0 From 2543e1144a635b49cec68079c22f0a17ffabbaa6 Mon Sep 17 00:00:00 2001 From: Michael Fulbright <89205663+mfulb@users.noreply.github.com> Date: Mon, 21 Apr 2025 12:03:38 -0400 Subject: [PATCH 2/2] chore: Bump codename for 11.9.0 --- axiom/nr_version.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/axiom/nr_version.c b/axiom/nr_version.c index e81165a44..902f25ba4 100644 --- a/axiom/nr_version.c +++ b/axiom/nr_version.c @@ -49,8 +49,9 @@ * emerald 13Jan2025 (11.5) * fluorite 18Feb2025 (11.6) * gaspeite 19Mar2025 (11.7) + * hiddenite 21Apr2025 (11.8) */ -#define NR_CODENAME "hiddenite" +#define NR_CODENAME "indicolite" const char* nr_version(void) { return NR_STR2(NR_VERSION);