Skip to content

Commit

Permalink
chore: bump version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
lavarou committed May 6, 2024
1 parent 4f470da commit c7d4b9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.20.0
10.21.0
4 changes: 2 additions & 2 deletions axiom/nr_version.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
/*
* Current version naming scheme is flowers
*
* allium 14Mar2022 (9.20)
* buttercup 26Apr2022 (9.21)
* cosmos 29Jun2022 (10.0)
* dahlia 19Sep2022 (10.1)
Expand All @@ -45,8 +44,9 @@
* tulip 21Feb2024 (10.17)
* ulmus 04Mar2024 (10.18)
* viburnum 18Mar2024 (10.19)
* wallflower 06May2024 (10.20)
*/
#define NR_CODENAME "wallflower"
#define NR_CODENAME "xerophyllum"

const char* nr_version(void) {
return NR_STR2(NR_VERSION);
Expand Down

0 comments on commit c7d4b9e

Please sign in to comment.