summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-05-04 18:49:51 +0000
committerChef Expeditor <chef-ci@chef.io>2023-05-04 18:49:51 +0000
commit420a2acf44e59e82e78eef9688530c1d8a747c73 (patch)
treeb3234397f1469afed771b9514b20c09125916857 /chef-config
parentf0cd1c5b6387a95ac842a9958e328195bb116f11 (diff)
downloadchef-420a2acf44e59e82e78eef9688530c1d8a747c73.tar.gz
Bump version to 18.2.23 by Chef Expeditorv18.2.23
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index a9d9e93036..a85b65f781 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "18.2.22".freeze
+ VERSION = "18.2.23".freeze
end