Skip to content

Commit 727812d

Browse files
authored
chore(agent): bump to 11.4 (#979)
1 parent f30642f commit 727812d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.3.0
1+
11.4.0

axiom/nr_version.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
/*
2424
* Current version naming scheme is gemstones
2525
*
26-
* echinacea 03Oct2022 (10.2)
2726
* freesia 03Nov2022 (10.3)
2827
* goldenrod 12Dec2022 (10.4)
2928
* hydrangea 18Jan2023 (10.5)
@@ -47,8 +46,9 @@
4746
* zinnia 30Jul2024 (11.0)
4847
* amethyst 26Aug2024 (11.1)
4948
* bowenite 30Sep2024 (11.2)
49+
* corundum 21Oct2024 (11.3)
5050
*/
51-
#define NR_CODENAME "corundum"
51+
#define NR_CODENAME "diamond"
5252

5353
const char* nr_version(void) {
5454
return NR_STR2(NR_VERSION);

0 commit comments

Comments
 (0)