summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-26 19:40:04 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-26 19:40:04 +0000
commit2f863d123106fea638238f0046366fd066470fc7 (patch)
tree54c6d69ebcbade2b9b218c046a458f378630300d /chef-utils
parent3d15563164674f507c048ab9233371f3e1177cb8 (diff)
downloadchef-2f863d123106fea638238f0046366fd066470fc7.tar.gz
Bump version to 16.7.0 by Chef Expeditorv16.7.0
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 4ed05f5355..203b6e3493 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("..", __dir__)
- VERSION = "16.6.39".freeze
+ VERSION = "16.7.0".freeze
end