summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-11-08 11:59:26 +0000
committerChef Expeditor <chef-ci@chef.io>2022-11-08 11:59:26 +0000
commitf065ac004b47a2e1fb60fa8c9d4948e3e6fa698c (patch)
tree7201b0f6ce796f429d635cbec29cdff9181d6414 /chef-config
parent28fcfc7918dd053ab2bce8283c95b9dcc13ce092 (diff)
downloadchef-f065ac004b47a2e1fb60fa8c9d4948e3e6fa698c.tar.gz
Bump version to 18.0.177 by Chef Expeditorv18.0.177
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 4c82500df1..5e4932881d 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.176".freeze
+ VERSION = "18.0.177".freeze
end