We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6e560 commit e39fdefCopy full SHA for e39fdef
lib/vmdb/appliance.rb
@@ -11,7 +11,7 @@ def self.BUILD
11
end
12
13
def self.CODENAME
14
- "Tal".freeze
+ "Uhlmann".freeze
15
16
17
def self.RELEASE
lib/vmdb/deprecation.rb
@@ -1,7 +1,7 @@
1
module Vmdb
2
class Deprecation
3
def self.instance
4
- @instance ||= ActiveSupport::Deprecation.new("U-release", "ManageIQ").tap { |d| d.behavior = default_behavior }
+ @instance ||= ActiveSupport::Deprecation.new("V-release", "ManageIQ").tap { |d| d.behavior = default_behavior }
5
6
7
def self.method_missing(method_name, ...)
0 commit comments