summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/version.rb')
-rw-r--r--lib/chef/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index d090432606..46e50aeb31 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -19,11 +19,11 @@
# task instead.
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-require "chef/version_string"
+require 'chef/version_string'
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("13.2.3")
+ VERSION = Chef::VersionString.new("13.2.4")
end
#