summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-04 17:33:43 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-04 17:33:43 +0000
commit67651c3ce11a699064b67e582ec82a218a6bca91 (patch)
tree44bb65acb2ab2c3161ee5b7ec1b40399ab544aad /chef-utils
parent8d27917fb40aefcccdc1d04057c352e42c91f9f7 (diff)
downloadchef-67651c3ce11a699064b67e582ec82a218a6bca91.tar.gz
Bump version to 16.5.28 by Chef Expeditorv16.5.28
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 726c0fcb23..16f1c71a17 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.27".freeze
+ VERSION = "16.5.28".freeze
end