summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-01-24 11:13:18 +0000
committerChef Expeditor <chef-ci@chef.io>2023-01-24 11:13:18 +0000
commit8d9a753e3d8a4f79fbe77f4cf86c87e87e196176 (patch)
treee2c155110a514c45dc8eb927eca044c34b722666 /chef-config
parente8f43a962aee709c9893f2da084c4f4b01edd42e (diff)
downloadchef-8d9a753e3d8a4f79fbe77f4cf86c87e87e196176.tar.gz
Bump version to 18.1.5 by Chef Expeditorv18.1.5
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 0e16b9787e..3fcba67e96 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.4".freeze
+ VERSION = "18.1.5".freeze
end