Skip to content

Commit c31d5d1

Browse files
authored
chore(agent): bump to 11.10 (#1063)
1 parent 143cf0c commit c31d5d1

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.9.0
1+
11.10.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-
* hydrangea 18Jan2023 (10.5)
2726
* impatiens 13Feb2023 (10.6)
2827
* jasmine 08Mar2023 (10.7)
2928
* kalmia 27Mar2023 (10.8)
@@ -50,8 +49,9 @@
5049
* fluorite 18Feb2025 (11.6)
5150
* gaspeite 19Mar2025 (11.7)
5251
* hiddenite 21Apr2025 (11.8)
52+
* indicolite 13May2025 (11.9)
5353
*/
54-
#define NR_CODENAME "indicolite"
54+
#define NR_CODENAME "jade"
5555

5656
const char* nr_version(void) {
5757
return NR_STR2(NR_VERSION);

0 commit comments

Comments
 (0)