summaryrefslogtreecommitdiff
path: root/chef-bin
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-bin
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-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 9b45b401a5..2a2eaab4ca 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.0.177".freeze
+ VERSION = "17.0.178".freeze
end
#