summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-10-21 05:46:34 +0000
committerChef Expeditor <chef-ci@chef.io>2022-10-21 05:46:34 +0000
commitab11c079beccefd69a86bb4f8c4180c0c6027737 (patch)
tree7ae3c8b0700700b9ab7bcec63e42b0fe303c20d9 /lib
parent6e6ff5056e13386cad6c0de28e24b1bd287f7daa (diff)
downloadchef-ab11c079beccefd69a86bb4f8c4180c0c6027737.tar.gz
Bump version to 16.18.10 by Chef Expeditorv16.18.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 1b0b8ab10d..9e384156b5 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.18.9")
+ VERSION = Chef::VersionString.new("16.18.10")
end
#