summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-21 16:56:40 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-21 16:56:40 +0000
commite4a85da54bcd0db046b75c502af76437781d2ed3 (patch)
treefdb8ee84bd899d2745496b949b4a12219417c8ec /chef-utils/lib/chef-utils
parent41ed37f94502109767cbb8e94e1d922606eb5665 (diff)
downloadchef-e4a85da54bcd0db046b75c502af76437781d2ed3.tar.gz
Bump version to 16.0.232 by Chef Expeditorv16.0.232
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/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 0ad48ac281..24acdfe4e6 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.0.231".freeze
+ VERSION = "16.0.232".freeze
end