diff --git a/lib/vmdb/deprecation.rb b/lib/vmdb/deprecation.rb index aa847bf3bd0..db0f815de65 100644 --- a/lib/vmdb/deprecation.rb +++ b/lib/vmdb/deprecation.rb @@ -1,7 +1,7 @@ module Vmdb class Deprecation def self.instance - @instance ||= ActiveSupport::Deprecation.new("F-release", "ManageIQ").tap { |d| d.behavior = default_behavior } + @instance ||= ActiveSupport::Deprecation.new("G-release", "ManageIQ").tap { |d| d.behavior = default_behavior } end def self.method_missing(method_name, *args, &block)