Skip to content

Commit 437fddc

Browse files
committed
chore: bump version to 12.2
1 parent 1e5fa6d commit 437fddc

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.1.0
1+
12.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 gemstones
2525
*
26-
* kalmia 27Mar2023 (10.8)
2726
* lilac 05Apr2023 (10.9)
2827
* marigold 30May2023 (10.10)
2928
* narcissus 20Jun2023 (10.11)
@@ -50,8 +49,9 @@
5049
* indicolite 13May2025 (11.9)
5150
* jade 25Jun2025 (11.10)
5251
* kernite 11Aug2025 (12.0)
52+
* lizardite 09Sep2025 (12.1)
5353
*/
54-
#define NR_CODENAME "lizardite"
54+
#define NR_CODENAME "malachite"
5555

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

0 commit comments

Comments
 (0)