summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-16 20:13:41 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-16 20:13:41 +0000
commita6169f365f98e446bea27af50b779cbc8b5621bb (patch)
treedc2f0272b2fbe5006b3bde7fa7b731c3a17d3494 /lib
parent8ee9f89c1a54014b483ee463dfa6d4b3b7a9d1a3 (diff)
downloadchef-a6169f365f98e446bea27af50b779cbc8b5621bb.tar.gz
Bump version to 16.17.7 by Chef Expeditorv16.17.7
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 d56eeb7a7b..a37b713453 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.17.6")
+ VERSION = Chef::VersionString.new("16.17.7")
end
#