Skip to content

Commit 61d7343

Browse files
authored
chore: bump version for next release (#1093)
1 parent 765888d commit 61d7343

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.10.0
1+
11.11.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-
* impatiens 13Feb2023 (10.6)
2726
* jasmine 08Mar2023 (10.7)
2827
* kalmia 27Mar2023 (10.8)
2928
* lilac 05Apr2023 (10.9)
@@ -50,8 +49,9 @@
5049
* gaspeite 19Mar2025 (11.7)
5150
* hiddenite 21Apr2025 (11.8)
5251
* indicolite 13May2025 (11.9)
52+
* jade 25Jun2025 (11.10)
5353
*/
54-
#define NR_CODENAME "jade"
54+
#define NR_CODENAME "kernite"
5555

5656
const char* nr_version(void) {
5757
return NR_STR2(NR_VERSION);

0 commit comments

Comments
 (0)