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 1e5fa6d commit 437fddcCopy full SHA for 437fddc
VERSION
@@ -1 +1 @@
1
-12.1.0
+12.2.0
axiom/nr_version.c
@@ -23,7 +23,6 @@
23
/*
24
* Current version naming scheme is gemstones
25
*
26
- * kalmia 27Mar2023 (10.8)
27
* lilac 05Apr2023 (10.9)
28
* marigold 30May2023 (10.10)
29
* narcissus 20Jun2023 (10.11)
@@ -50,8 +49,9 @@
50
49
* indicolite 13May2025 (11.9)
51
* jade 25Jun2025 (11.10)
52
* kernite 11Aug2025 (12.0)
+ * lizardite 09Sep2025 (12.1)
53
*/
54
-#define NR_CODENAME "lizardite"
+#define NR_CODENAME "malachite"
55
56
const char* nr_version(void) {
57
return NR_STR2(NR_VERSION);
0 commit comments