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('.')