summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-17 17:26:52 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-17 17:26:52 +0000
commitb9a9f25e893041920ba3bd7ff9dc7194be0bc848 (patch)
treee293d49a7b440df51e4881ae2227a60debdc622a /chef-utils/lib/chef-utils
parentd6219c9996eeac00f8630a22821856345eb7809f (diff)
downloadchef-b9a9f25e893041920ba3bd7ff9dc7194be0bc848.tar.gz
Bump version to 16.11.5 by Chef Expeditorv16.11.5
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/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 baae635c04..f66091c4fd 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.11.4"
+ VERSION = "16.11.5"
end