diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version_string.rb | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 3ac3227e3a..0097a917c7 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -1,4 +1,4 @@ -# Copyright:: Copyright 2010-2018, Chef Software, Inc. +# Copyright:: Copyright 2010-2020, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef/version_string.rb b/lib/chef/version_string.rb index d02eceacc0..8da5df570a 100644 --- a/lib/chef/version_string.rb +++ b/lib/chef/version_string.rb @@ -15,4 +15,6 @@ require "chef-utils/version_string" -Chef::VersionString == ChefUtils::VersionString +class Chef + VersionString = ChefUtils::VersionString +end |