Skip to content

Commit 819a76d

Browse files
authored
chore: Bumps version to 11.2.0 (#952)
1 parent 263681e commit 819a76d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

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

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)