summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-31 21:50:23 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-31 21:50:23 +0000
commite06ff54100ca557e639658b0ac1d1084e0784d4a (patch)
tree3ac6cf2d47c439c7a57dbbac3c3483bdd02669d5 /chef-config/lib/chef-config
parentfa1c86cd6cf94da14b62b368c2cc45f681be8249 (diff)
downloadchef-e06ff54100ca557e639658b0ac1d1084e0784d4a.tar.gz
Bump version to 17.0.178 by Chef Expeditorv17.0.178
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/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 1a1b0c4b23..a2b895153a 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 = "17.0.177".freeze
+ VERSION = "17.0.178".freeze
end