summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-21 17:11:45 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-21 17:11:45 +0000
commit53f2cd6d26fe29bc92cc47b9d1de3fa2e8e179fe (patch)
tree7fe780823ecbc426cabde34e66fc10f00d5a5062 /chef-utils
parent572a3dcc888abe991671d717471b756d5164fa45 (diff)
downloadchef-53f2cd6d26fe29bc92cc47b9d1de3fa2e8e179fe.tar.gz
Bump version to 16.5.67 by Chef Expeditorv16.5.67
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 4f06c87c4f..172b4ac9d7 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.5.66".freeze
+ VERSION = "16.5.67".freeze
end