summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-17 17:42:10 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-17 17:42:10 +0000
commitff02f6beba3dbca8ac071c048386431a799d9dd3 (patch)
treeee23d8d5703cd64295fb987d657685d63730bd9a /chef-bin/lib/chef-bin/version.rb
parentfacb926a4aa0e1543ea31569219d24ed3daa1a37 (diff)
downloadchef-ff02f6beba3dbca8ac071c048386431a799d9dd3.tar.gz
Bump version to 16.4.32 by Chef Expeditorv16.4.32
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin/version.rb')
-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 4cb1d6ed83..ce7de4e41f 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 = "16.4.31".freeze
+ VERSION = "16.4.32".freeze
end
#