summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-08-27 17:24:50 +0000
committerChef Expeditor <chef-ci@chef.io>2021-08-27 17:24:50 +0000
commitb9bd774ff1291ab954b20aa869ffc77ed7e9b797 (patch)
treebcb2a35c82e7314db6e83d25e6047c346fb22939 /lib/chef
parentd292194be2b6ffc94326856e6436e475f76bb721 (diff)
downloadchef-b9bd774ff1291ab954b20aa869ffc77ed7e9b797.tar.gz
Bump version to 17.4.36 by Chef Expeditorv17.4.36
Obvious fix; these changes are the result of automation not creative thinking.
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 4c8078dd85..6b7608319e 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("17.4.35")
+ VERSION = Chef::VersionString.new("17.4.36")
end
#