summaryrefslogtreecommitdiff
path: root/lib/chef/version_string.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/version_string.rb')
-rw-r--r--lib/chef/version_string.rb4
1 files changed, 3 insertions, 1 deletions
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