From 206b31772c1a5b7f15c0c3b7c92fb8ed75a5e63d Mon Sep 17 00:00:00 2001 From: xuan-cao-swi Date: Fri, 6 Dec 2024 17:34:38 -0500 Subject: [PATCH] 6-1-1-release --- ext/oboe_metal/src/VERSION | 2 +- lib/solarwinds_apm/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/oboe_metal/src/VERSION b/ext/oboe_metal/src/VERSION index 7c626aa6..13577ced 100644 --- a/ext/oboe_metal/src/VERSION +++ b/ext/oboe_metal/src/VERSION @@ -1 +1 @@ -15.0.2 +15.0.3 diff --git a/lib/solarwinds_apm/version.rb b/lib/solarwinds_apm/version.rb index 03579166..260d2128 100644 --- a/lib/solarwinds_apm/version.rb +++ b/lib/solarwinds_apm/version.rb @@ -13,7 +13,7 @@ module SolarWindsAPM module Version MAJOR = 6 # breaking, MINOR = 1 # feature, - PATCH = 3 # fix => BFF + PATCH = 1 # fix => BFF PRE = nil STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')