summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-05-31 01:35:07 +0000
committerChef Versioner <chef-versioner@chef.io>2017-05-31 01:35:07 +0000
commitb6c7aae1a370770e23b3fa330a86eeffacc4a9a3 (patch)
tree0a028e46a77a5f62a5b55d2a42933b93706076bf /lib/chef/version.rb
parentbce1285acb6e58e2cbedc047243e4f0576c8f1b8 (diff)
downloadchef-b6c7aae1a370770e23b3fa330a86eeffacc4a9a3.tar.gz
Bump version of chef to 13.1.33 by Chef Versioner.v13.1.33
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 44596e20da..eb642a61d2 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.1.32")
+ VERSION = Chef::VersionString.new("13.1.33")
end
#