diff --git a/VERSION b/VERSION index 308bbae79..897063bb3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.7.0 +11.8.0 diff --git a/axiom/nr_version.c b/axiom/nr_version.c index 4654c4d26..e81165a44 100644 --- a/axiom/nr_version.c +++ b/axiom/nr_version.c @@ -48,8 +48,9 @@ * diamond 09Dec2024 (11.4) * emerald 13Jan2025 (11.5) * fluorite 18Feb2025 (11.6) + * gaspeite 19Mar2025 (11.7) */ -#define NR_CODENAME "gaspeite" +#define NR_CODENAME "hiddenite" const char* nr_version(void) { return NR_STR2(NR_VERSION);