From adf552d3802c0460bdd75878443655e3823112cd Mon Sep 17 00:00:00 2001 From: Michael Fulbright <89205663+mfulb@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:55:46 -0400 Subject: [PATCH 1/2] chore: Bumps version to 11.2.0 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 68d8f15e2..b85c6c7b0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.1.0 +11.2.0 From 73aa68ad895be6046017aa4b87e317a841a2cf95 Mon Sep 17 00:00:00 2001 From: Michael Fulbright <89205663+mfulb@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:58:57 -0400 Subject: [PATCH 2/2] Update nr_version.c --- axiom/nr_version.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/axiom/nr_version.c b/axiom/nr_version.c index 018770a1a..e608278e9 100644 --- a/axiom/nr_version.c +++ b/axiom/nr_version.c @@ -23,7 +23,6 @@ /* * Current version naming scheme is flowers * - * cosmos 29Jun2022 (10.0) * dahlia 19Sep2022 (10.1) * echinacea 03Oct2022 (10.2) * freesia 03Nov2022 (10.3) @@ -47,8 +46,9 @@ * xerophyllum 20May2024 (10.21) * yarrow 26Jun2024 (10.22) * zinnia 30Jul2024 (11.0) + * amethyst 26Aug2024 (11.1) */ -#define NR_CODENAME "amethyst" +#define NR_CODENAME "bowenite" const char* nr_version(void) { return NR_STR2(NR_VERSION);