summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-05-10 19:41:05 +0000
committerChef Expeditor <chef-ci@chef.io>2021-05-10 19:41:05 +0000
commit9b2aefbea69540fd7e3999390b4a3dbada337e87 (patch)
treeea6e63688faee9311475e0a706c6380efdb32097 /chef-bin
parentc2aaf67304a10e292476d5ab64099ee495b0a3e9 (diff)
downloadchef-9b2aefbea69540fd7e3999390b4a3dbada337e87.tar.gz
Bump version to 17.1.32 by Chef Expeditorv17.1.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 557902fe09..a169c81016 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.1.31".freeze
+ VERSION = "17.1.32".freeze
end
#