Skip to content

Commit 73aa68a

Browse files
authored
Update nr_version.c
1 parent adf552d commit 73aa68a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

axiom/nr_version.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
/*
2424
* Current version naming scheme is flowers
2525
*
26-
* cosmos 29Jun2022 (10.0)
2726
* dahlia 19Sep2022 (10.1)
2827
* echinacea 03Oct2022 (10.2)
2928
* freesia 03Nov2022 (10.3)
@@ -47,8 +46,9 @@
4746
* xerophyllum 20May2024 (10.21)
4847
* yarrow 26Jun2024 (10.22)
4948
* zinnia 30Jul2024 (11.0)
49+
* amethyst 26Aug2024 (11.1)
5050
*/
51-
#define NR_CODENAME "amethyst"
51+
#define NR_CODENAME "bowenite"
5252

5353
const char* nr_version(void) {
5454
return NR_STR2(NR_VERSION);

0 commit comments

Comments
 (0)