summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-17 01:19:18 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-17 01:19:18 +0000
commitb959ce709d91fffb8624ff771f68f679196f9787 (patch)
treebf4294e57b347866e3ad8e16656ed4484c93c38a /lib
parent24f0f54fe7c1844b780501e2afdb400275d6b379 (diff)
downloadchef-b959ce709d91fffb8624ff771f68f679196f9787.tar.gz
Bump version to 16.17.8 by Chef Expeditorv16.17.8
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 a37b713453..ab63105cec 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.7")
+ VERSION = Chef::VersionString.new("16.17.8")
end
#