summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-10-27 14:08:01 +0000
committerChef Expeditor <chef-ci@chef.io>2022-10-27 14:08:01 +0000
commitd910edef1dcc3cf0c8b7d5670f30c79f085158e4 (patch)
treedbda0a57c50b9a64b19e3d198bdb9963cc000e1b /lib
parente95dd53eb7c169763b0c3e677cb7a8087fa6577a (diff)
downloadchef-d910edef1dcc3cf0c8b7d5670f30c79f085158e4.tar.gz
Bump version to 18.0.169 by Chef Expeditorv18.0.169
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 35da6d9092..b4e57de7bd 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("18.0.168")
+ VERSION = Chef::VersionString.new("18.0.169")
end
#