From 5dd69ced7c403a632c9885df8bdf4bf2e2ca092c Mon Sep 17 00:00:00 2001 From: CleverChuk Date: Thu, 20 Apr 2023 11:44:30 -0400 Subject: [PATCH] Release: 0.15.4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 75077d35..01e32ac4 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ subprojects { bytebuddy : "1.12.10", guava : "30.1-jre", appopticsCore : "7.8.4", - agent : "0.15.3", // the custom distro agent version + agent : "0.15.4", // the custom distro agent version autoservice : "1.0.1", ] versions.appopticsMetrics = "${versions.appopticsCore}" // they share the same version now