diff --git a/lib/solarwinds_apm/version.rb b/lib/solarwinds_apm/version.rb index 1a6020b..8b0003e 100644 --- a/lib/solarwinds_apm/version.rb +++ b/lib/solarwinds_apm/version.rb @@ -12,7 +12,7 @@ module Version MAJOR = 6 # breaking, MINOR = 0 # feature, PATCH = 0 # fix => BFF - PRE = 'prev7'.freeze + PRE = nil STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.') end