summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-01 16:05:14 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-01 16:05:14 +0000
commit3791cd2d6e7a11b08f56ae1fac0b6425f98e0bc5 (patch)
tree887c06e70f955d2d9ce054a310d858a2fe395488 /lib
parentbf79e8bf8ed5e6e039a40e894855cbc4bc8d13af (diff)
downloadchef-3791cd2d6e7a11b08f56ae1fac0b6425f98e0bc5.tar.gz
Bump version to 16.16.11 by Chef Expeditor
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 7eee8e06a4..b69e270eae 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.10")
+ VERSION = Chef::VersionString.new("16.16.11")
end
#