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 f30642f commit 727812dCopy full SHA for 727812d
VERSION
@@ -1 +1 @@
1
-11.3.0
+11.4.0
axiom/nr_version.c
@@ -23,7 +23,6 @@
23
/*
24
* Current version naming scheme is gemstones
25
*
26
- * echinacea 03Oct2022 (10.2)
27
* freesia 03Nov2022 (10.3)
28
* goldenrod 12Dec2022 (10.4)
29
* hydrangea 18Jan2023 (10.5)
@@ -47,8 +46,9 @@
47
46
* zinnia 30Jul2024 (11.0)
48
* amethyst 26Aug2024 (11.1)
49
* bowenite 30Sep2024 (11.2)
+ * corundum 21Oct2024 (11.3)
50
*/
51
-#define NR_CODENAME "corundum"
+#define NR_CODENAME "diamond"
52
53
const char* nr_version(void) {
54
return NR_STR2(NR_VERSION);
0 commit comments