Skip to content

Commit 71674c9

Browse files
chore: Bump version to 11.3.0 (#967)
1 parent 2321b9e commit 71674c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.2.0
1+
11.3.0

axiom/nr_version.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
#endif
2222

2323
/*
24-
* Current version naming scheme is flowers
24+
* Current version naming scheme is gemstones
2525
*
26-
* dahlia 19Sep2022 (10.1)
2726
* echinacea 03Oct2022 (10.2)
2827
* freesia 03Nov2022 (10.3)
2928
* goldenrod 12Dec2022 (10.4)
@@ -47,8 +46,9 @@
4746
* yarrow 26Jun2024 (10.22)
4847
* zinnia 30Jul2024 (11.0)
4948
* amethyst 26Aug2024 (11.1)
49+
* bowenite 30Sep2024 (11.2)
5050
*/
51-
#define NR_CODENAME "bowenite"
51+
#define NR_CODENAME "corundum"
5252

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

0 commit comments

Comments
 (0)