summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-19 16:34:16 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-19 16:34:16 +0000
commite7fe478240916be4502c361b4748059c13a59f32 (patch)
tree1ee6c0f1652af9e93db3d0ae3f4368e92e4aa0a0 /lib
parent8b63b6760b78e1c3e8ec2e9583596d18e39baa3e (diff)
downloadchef-e7fe478240916be4502c361b4748059c13a59f32.tar.gz
Bump version to 16.16.17 by Chef Expeditorv16.16.17
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 9cfffff396..8aece4d518 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.16")
+ VERSION = Chef::VersionString.new("16.16.17")
end
#