We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9409457 + 0cdd79e commit 4bb2f2aCopy full SHA for 4bb2f2a
VERSION
@@ -1 +1 @@
1
-11.6.0
+11.7.0
axiom/nr_version.c
@@ -23,7 +23,6 @@
23
/*
24
* Current version naming scheme is gemstones
25
*
26
- * goldenrod 12Dec2022 (10.4)
27
* hydrangea 18Jan2023 (10.5)
28
* impatiens 13Feb2023 (10.6)
29
* jasmine 08Mar2023 (10.7)
@@ -48,8 +47,9 @@
48
47
* corundum 21Oct2024 (11.3)
49
* diamond 09Dec2024 (11.4)
50
* emerald 13Jan2025 (11.5)
+ * fluorite 18Feb2025 (11.6)
51
*/
52
-#define NR_CODENAME "fluorite"
+#define NR_CODENAME "gaspeite"
53
54
const char* nr_version(void) {
55
return NR_STR2(NR_VERSION);
0 commit comments