summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-10-07 15:02:43 +0000
committerChef Expeditor <chef-ci@chef.io>2022-10-07 15:02:43 +0000
commit9684743bd5aa3a60cbe0e51e4d4de0c7d3ed9d13 (patch)
treeb9f530470f3b1d39a7a60b2644ed8121ec15f02a /chef-config
parent32730c085e8b67865f930654d96acb31dfdd008c (diff)
downloadchef-9684743bd5aa3a60cbe0e51e4d4de0c7d3ed9d13.tar.gz
Bump version to 18.0.156 by Chef Expeditorv18.0.156
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 cbeb1ed1c3..7f8a983ce3 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.0.155".freeze
+ VERSION = "18.0.156".freeze
end