Skip to content

Commit a8f64fe

Browse files
authored
chore: bump version for next release (#1111)
1 parent 2f79c48 commit a8f64fe

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-
12.0.0
1+
12.1.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-
* jasmine 08Mar2023 (10.7)
2726
* kalmia 27Mar2023 (10.8)
2827
* lilac 05Apr2023 (10.9)
2928
* marigold 30May2023 (10.10)
@@ -50,8 +49,9 @@
5049
* hiddenite 21Apr2025 (11.8)
5150
* indicolite 13May2025 (11.9)
5251
* jade 25Jun2025 (11.10)
52+
* kernite 11Aug2025 (12.0)
5353
*/
54-
#define NR_CODENAME "kernite"
54+
#define NR_CODENAME "lizardite"
5555

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

0 commit comments

Comments
 (0)