summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-13 22:48:39 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-13 22:48:39 +0000
commitf33853e51cf727ac0297c80823d0d62a46fce689 (patch)
tree36bffdd30087daaa9590ca8bfc03caae2948e09f /lib/chef/version.rb
parentbad8a5aed55cbaac3f4876d966c0e13063f15903 (diff)
downloadchef-f33853e51cf727ac0297c80823d0d62a46fce689.tar.gz
Bump version to 14.4.33 by Chef Expeditorv14.4.33
Diffstat (limited to 'lib/chef/version.rb')
-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 6176e48def..8a1e86852f 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.4.32")
+ VERSION = Chef::VersionString.new("14.4.33")
end
#