Skip to content

Commit 4bb2f2a

Browse files
authored
Merge pull request #1025 from newrelic/update_version_codename
chore: bump version for next release
2 parents 9409457 + 0cdd79e commit 4bb2f2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.6.0
1+
11.7.0

axiom/nr_version.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
/*
2424
* Current version naming scheme is gemstones
2525
*
26-
* goldenrod 12Dec2022 (10.4)
2726
* hydrangea 18Jan2023 (10.5)
2827
* impatiens 13Feb2023 (10.6)
2928
* jasmine 08Mar2023 (10.7)
@@ -48,8 +47,9 @@
4847
* corundum 21Oct2024 (11.3)
4948
* diamond 09Dec2024 (11.4)
5049
* emerald 13Jan2025 (11.5)
50+
* fluorite 18Feb2025 (11.6)
5151
*/
52-
#define NR_CODENAME "fluorite"
52+
#define NR_CODENAME "gaspeite"
5353

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

0 commit comments

Comments
 (0)