diff --git a/.gitignore b/.gitignore index 434b72e..7b9429d 100644 --- a/.gitignore +++ b/.gitignore @@ -84,3 +84,5 @@ lambda/build/* # reverse lab reports reports/ +MyReportDir/ + diff --git a/ext/oboe_metal/src/VERSION b/ext/oboe_metal/src/VERSION index 2bbd2b4..7c626aa 100644 --- a/ext/oboe_metal/src/VERSION +++ b/ext/oboe_metal/src/VERSION @@ -1 +1 @@ -15.0.1 +15.0.2 diff --git a/lib/solarwinds_apm/version.rb b/lib/solarwinds_apm/version.rb index 70ad670..4d1bde4 100644 --- a/lib/solarwinds_apm/version.rb +++ b/lib/solarwinds_apm/version.rb @@ -12,8 +12,8 @@ module SolarWindsAPM # solarwinds_apm.gemspec during gem build process module Version MAJOR = 6 # breaking, - MINOR = 0 # feature, - PATCH = 2 # fix => BFF + MINOR = 1 # feature, + PATCH = 0 # fix => BFF PRE = nil STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')