Skip to content

Commit 4393980

Browse files
authored
chore: bump version for next release (#990)
1 parent eab6b4b commit 4393980

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.4.0
1+
11.5.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 gemstones
2525
*
26-
* freesia 03Nov2022 (10.3)
2726
* goldenrod 12Dec2022 (10.4)
2827
* hydrangea 18Jan2023 (10.5)
2928
* impatiens 13Feb2023 (10.6)
@@ -47,8 +46,9 @@
4746
* amethyst 26Aug2024 (11.1)
4847
* bowenite 30Sep2024 (11.2)
4948
* corundum 21Oct2024 (11.3)
49+
* diamond 09Dec2024 (11.4)
5050
*/
51-
#define NR_CODENAME "diamond"
51+
#define NR_CODENAME "emerald"
5252

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

0 commit comments

Comments
 (0)