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 agent to 10.18 #837

Merged
merged 2 commits into from
Feb 21, 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.17.0
10.18.0
3 changes: 2 additions & 1 deletion axiom/nr_version.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@
* quince 13Nov2023 (10.14)
* rose 20Dec2023 (10.15)
* snapdragon 23Jan2024 (10.16)
* tulip 21Feb2024 (10.17)
*/
#define NR_CODENAME "tulip"
#define NR_CODENAME "ulmus"

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