summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-18 19:19:52 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-18 19:19:52 +0000
commit1eaeec41a9ad41d196ceef8c1ac7bf92418f4f24 (patch)
treec2e3be3569fe6759164b8e50d5c2dd1805bee591 /lib
parent82398b7cc0a4d55ba137ff23ad70c256db599b55 (diff)
downloadchef-1eaeec41a9ad41d196ceef8c1ac7bf92418f4f24.tar.gz
Bump version to 14.6.33 by Chef Expeditorv14.6.33
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 3eacd09c2b..d58021a44a 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.6.32")
+ VERSION = Chef::VersionString.new("14.6.33")
end
#