Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump version for next release #888

Merged
merged 1 commit into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading