summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-22 05:44:08 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-22 05:44:08 +0000
commitf533b346960d6f31c96837a1e8e2c32ab2cf4f80 (patch)
treeffc2d6a660faf25888cc42d34a2964a2e0c4cff3 /chef-utils
parentb99534fe0de8d9188455d8391a686e601a72bf20 (diff)
downloadchef-f533b346960d6f31c96837a1e8e2c32ab2cf4f80.tar.gz
Bump version to 16.0.6 by Chef Expeditorv16.0.6
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 fef178272c..433045b8c6 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.5".freeze
+ VERSION = "16.0.6".freeze
end