summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-15 01:33:42 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-15 01:33:42 +0000
commit3ce10c6d89728fc566709383d74b41df8dd01fd2 (patch)
treed43137e4acb00b3468aaf00da9b171bfe9cf0865 /chef-utils
parent0b0a76b38885f85823319100289c7bee32832768 (diff)
downloadchef-3ce10c6d89728fc566709383d74b41df8dd01fd2.tar.gz
Bump version to 16.2.32 by Chef Expeditorv16.2.32
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index e6d8e3599a..c3f58e501f 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.2.31".freeze
+ VERSION = "16.2.32".freeze
end