summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-14 20:03:45 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-14 20:03:45 +0000
commit9338a45ad3ea733ed1332a6a13a3ab326df3d7fd (patch)
tree712b64eaf077f068004eb9323c4cb3c282ef2d14 /chef-config
parent2d3693dafa77329ae95f8195b01b92314a2ba0db (diff)
downloadchef-9338a45ad3ea733ed1332a6a13a3ab326df3d7fd.tar.gz
Bump version to 18.1.18 by Chef Expeditorv18.1.18
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 e30eb4ba5e..bcdcfb085b 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.1.17".freeze
+ VERSION = "18.1.18".freeze
end