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 263681e commit 819a76dCopy full SHA for 819a76d
VERSION
@@ -1 +1 @@
1
-11.1.0
+11.2.0
axiom/nr_version.c
@@ -23,7 +23,6 @@
23
/*
24
* Current version naming scheme is flowers
25
*
26
- * cosmos 29Jun2022 (10.0)
27
* dahlia 19Sep2022 (10.1)
28
* echinacea 03Oct2022 (10.2)
29
* freesia 03Nov2022 (10.3)
@@ -47,8 +46,9 @@
47
46
* xerophyllum 20May2024 (10.21)
48
* yarrow 26Jun2024 (10.22)
49
* zinnia 30Jul2024 (11.0)
+ * amethyst 26Aug2024 (11.1)
50
*/
51
-#define NR_CODENAME "amethyst"
+#define NR_CODENAME "bowenite"
52
53
const char* nr_version(void) {
54
return NR_STR2(NR_VERSION);
0 commit comments