summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-23 20:02:28 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-23 20:02:32 +0000
commit857bda4a69e1b78cd29a9b2a2b1ce3f8c1f6db9f (patch)
tree4680ea400ba99feb357929d3e85421d5b4b15336 /lib
parent23262797571d365c91c6615e48365cd319e67805 (diff)
downloadchef-16.17.10.tar.gz
Bump version to 16.17.10 by Chef Expeditorv16.17.10
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 3c13b65d2f..8652cac315 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.9")
+ VERSION = Chef::VersionString.new("16.17.10")
end
#