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(agent): bump version to 10.14 #740

Merged
merged 2 commits into from
Oct 3, 2023
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.13.0
10.14.0
3 changes: 2 additions & 1 deletion axiom/nr_version.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@
* marigold 30May2023 (10.10)
* narcissus 20Jun2023 (10.11)
* orchid 20Sep2023 (10.12)
* poinsettia 03Oct2023 (10.13)
*/
#define NR_CODENAME "poinsettia"
#define NR_CODENAME "quince"

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