summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-11-08 21:00:15 +0000
committerChef Expeditor <chef-ci@chef.io>2022-11-08 21:00:15 +0000
commitde69650d7d0560b6de1deb295a58d7cca4a758f0 (patch)
tree8e07a953a3955fffcc15c6f27f17974562e8179a /chef-bin
parentef861cf0e5e99688727766385c6a7d94134e625f (diff)
downloadchef-de69650d7d0560b6de1deb295a58d7cca4a758f0.tar.gz
Bump version to 18.0.178 by Chef Expeditorv18.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 8d433f4603..9752a6659f 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 = "18.0.177".freeze
+ VERSION = "18.0.178".freeze
end
#