summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-25 22:07:04 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-25 22:07:04 +0000
commitc88699eded15687e474d6d9d2c67a908c0558578 (patch)
treed0f105ba8435f9d1049dcebfa01b10820079d140 /chef-utils
parent8f04b065908c722322ea491fcba374e4ddb62bb1 (diff)
downloadchef-c88699eded15687e474d6d9d2c67a908c0558578.tar.gz
Bump version to 16.2.60 by Chef Expeditorv16.2.60
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 201b6bf9d9..dfd73b2a8b 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.59".freeze
+ VERSION = "16.2.60".freeze
end