summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-18 15:54:08 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-18 15:54:08 +0000
commite5e09d3ba59f950a9dcd8649cae444b925a010a7 (patch)
tree028c017986ba84e75d56645ca4f8fa559f2358c0 /lib/chef/version.rb
parent0837a7e42f842b5b1de757426b1d7942b4edcc43 (diff)
downloadchef-e5e09d3ba59f950a9dcd8649cae444b925a010a7.tar.gz
Bump version to 16.4.36 by Chef Expeditorv16.4.36
Obvious fix; these changes are the result of automation not creative thinking.
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 110fab2d96..845bcf6a5e 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("16.4.35")
+ VERSION = Chef::VersionString.new("16.4.36")
end
#