summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-29 14:54:45 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-29 14:54:45 +0000
commit96edf6fa02346c666d64041f3af52d54ba4ec9ad (patch)
tree831b2a68ff8c672dee65484844fffc1f1dc2e8a4 /lib/chef
parent4b52f6e494807e012f426f0e1db88e1037471718 (diff)
downloadchef-96edf6fa02346c666d64041f3af52d54ba4ec9ad.tar.gz
Bump version to 14.0.33 by Expeditorv14.0.33
Diffstat (limited to 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 7a27f9c20e..3725899a57 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("14.0.32")
+ VERSION = Chef::VersionString.new("14.0.33")
end
#