summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-20 04:45:04 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-20 04:45:04 +0000
commitffbb4ac549aec65e151cbbc04a1c7a07b768b445 (patch)
tree3c304e859d2ad9b11de39d2fe3203a79b6315a26 /lib/chef/version.rb
parent3d5f650fbd20ff1071fe7371cc16cd353a2f384d (diff)
downloadchef-ffbb4ac549aec65e151cbbc04a1c7a07b768b445.tar.gz
Bump version to 16.5.1 by Chef Expeditorv16.5.1
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 e0c9beb330..3d0f7eed5a 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.5.0")
+ VERSION = Chef::VersionString.new("16.5.1")
end
#