summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-08-25 23:10:12 +0000
committerChef Expeditor <chef-ci@chef.io>2021-08-25 23:10:12 +0000
commitfd57ff5614eceee0e3420e8066bf4e394a4dfae5 (patch)
treee84712672a05247aedcde6ac06916c6cf840a0d8 /chef-bin
parentf8872b5657f647497cf140b7c8ebc3f5bfdd0eb0 (diff)
downloadchef-fd57ff5614eceee0e3420e8066bf4e394a4dfae5.tar.gz
Bump version to 17.4.32 by Chef Expeditorv17.4.32
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 c85dbd30bf..da96634e1e 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.4.31".freeze
+ VERSION = "17.4.32".freeze
end
#