summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-30 18:13:48 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-30 18:13:48 +0000
commit71828ec7de7fccf6b8f01014aff50dc85dc6ccff (patch)
treee020b40b26448f06d09d612cf73aca2e64989ac8 /lib
parentb4562f60efeabb1700a6646151af53620dbc26ea (diff)
downloadchef-71828ec7de7fccf6b8f01014aff50dc85dc6ccff.tar.gz
Bump version to 16.16.6 by Chef Expeditorv16.16.6
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 0583e387e9..7a4b830bf8 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.16.5")
+ VERSION = Chef::VersionString.new("16.16.6")
end
#