We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143cf0c commit c31d5d1Copy full SHA for c31d5d1
VERSION
@@ -1 +1 @@
1
-11.9.0
+11.10.0
axiom/nr_version.c
@@ -23,7 +23,6 @@
23
/*
24
* Current version naming scheme is gemstones
25
*
26
- * hydrangea 18Jan2023 (10.5)
27
* impatiens 13Feb2023 (10.6)
28
* jasmine 08Mar2023 (10.7)
29
* kalmia 27Mar2023 (10.8)
@@ -50,8 +49,9 @@
50
49
* fluorite 18Feb2025 (11.6)
51
* gaspeite 19Mar2025 (11.7)
52
* hiddenite 21Apr2025 (11.8)
+ * indicolite 13May2025 (11.9)
53
*/
54
-#define NR_CODENAME "indicolite"
+#define NR_CODENAME "jade"
55
56
const char* nr_version(void) {
57
return NR_STR2(NR_VERSION);
0 commit comments