From b0efeae0ec85f5570f2725bac740607bdaaefd18 Mon Sep 17 00:00:00 2001 From: Hitesh Ahuja <108540135+hahuja2@users.noreply.github.com> Date: Tue, 3 Oct 2023 09:36:38 -0700 Subject: [PATCH 1/2] chore(agent): Update VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index db24ab967..0ca1348de 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.13.0 +10.14.0 From 6b14dddaebb54ce50cc006f4e72b816699f5216e Mon Sep 17 00:00:00 2001 From: Hitesh Ahuja <108540135+hahuja2@users.noreply.github.com> Date: Tue, 3 Oct 2023 09:41:07 -0700 Subject: [PATCH 2/2] chore(agent): Update name in nr_version.c --- 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 da541a91d..30fc06d36 100644 --- a/axiom/nr_version.c +++ b/axiom/nr_version.c @@ -40,8 +40,9 @@ * marigold 30May2023 (10.10) * narcissus 20Jun2023 (10.11) * orchid 20Sep2023 (10.12) + * poinsettia 03Oct2023 (10.13) */ -#define NR_CODENAME "poinsettia" +#define NR_CODENAME "quince" const char* nr_version(void) { return NR_STR2(NR_VERSION);