summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-13 18:36:08 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-13 18:36:08 +0000
commit336ab7f71da619f5f5bb2df6e7995fa654ade7be (patch)
treea36c613402f6194953e4e96ab81d2c2740a68722 /chef-utils
parentb052f77af13ddca46f59f44a74bcce59aeda1a14 (diff)
downloadchef-336ab7f71da619f5f5bb2df6e7995fa654ade7be.tar.gz
Bump version to 16.0.204 by Chef Expeditorv16.0.204
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 3fab094169..71ab4a5313 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.203".freeze
+ VERSION = "16.0.204".freeze
end