Skip to content

Commit 02a11df

Browse files
authored
chore: Bump version to 12.5 (#1155)
1 parent 219fe3d commit 02a11df

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.4.0
1+
12.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-
* marigold 30May2023 (10.10)
2726
* narcissus 20Jun2023 (10.11)
2827
* orchid 20Sep2023 (10.12)
2928
* poinsettia 03Oct2023 (10.13)
@@ -51,8 +50,9 @@
5150
* lizardite 09Sep2025 (12.1)
5251
* malachite 19Nov2025 (12.2)
5352
* nephrite 15Dec2025 (12.3)
53+
* obsidian 12Jan2026 (12.4)
5454
*/
55-
#define NR_CODENAME "obsidian"
55+
#define NR_CODENAME "peridot"
5656

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

0 commit comments

Comments
 (0)