summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-21 18:36:47 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-21 18:36:47 +0000
commit09f37334dd9fa34e60c088291c397f9d4ed3b1a0 (patch)
tree44e37be52432ad5d89d602da7b1dead4eefb0fa6 /chef-utils
parentdae4848caa3a53434ae493b02a88d861737d1438 (diff)
downloadchef-09f37334dd9fa34e60c088291c397f9d4ed3b1a0.tar.gz
Bump version to 16.0.2 by Chef Expeditorv16.0.2
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 0cd79b0b5f..1e5e42e6cf 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.1".freeze
+ VERSION = "16.0.2".freeze
end