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 2321b9e commit 71674c9Copy full SHA for 71674c9
VERSION
@@ -1 +1 @@
1
-11.2.0
+11.3.0
axiom/nr_version.c
@@ -21,9 +21,8 @@
21
#endif
22
23
/*
24
- * Current version naming scheme is flowers
+ * Current version naming scheme is gemstones
25
*
26
- * dahlia 19Sep2022 (10.1)
27
* echinacea 03Oct2022 (10.2)
28
* freesia 03Nov2022 (10.3)
29
* goldenrod 12Dec2022 (10.4)
@@ -47,8 +46,9 @@
47
46
* yarrow 26Jun2024 (10.22)
48
* zinnia 30Jul2024 (11.0)
49
* amethyst 26Aug2024 (11.1)
+ * bowenite 30Sep2024 (11.2)
50
*/
51
-#define NR_CODENAME "bowenite"
+#define NR_CODENAME "corundum"
52
53
const char* nr_version(void) {
54
return NR_STR2(NR_VERSION);
0 commit comments