From 60c6a1ca57acd3df7725e19f86515ff5b491e3ad Mon Sep 17 00:00:00 2001 From: xuan-cao-swi Date: Fri, 16 Jan 2026 09:53:01 -0500 Subject: [PATCH] release 7.1.1 --- lib/solarwinds_apm/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/solarwinds_apm/version.rb b/lib/solarwinds_apm/version.rb index fb4d46bd..9e10718b 100644 --- a/lib/solarwinds_apm/version.rb +++ b/lib/solarwinds_apm/version.rb @@ -13,7 +13,7 @@ module SolarWindsAPM module Version MAJOR = 7 # breaking, MINOR = 1 # feature, - PATCH = 0 # fix => BFF + PATCH = 1 # fix => BFF PRE = nil STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')