summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-06 21:25:20 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-06 21:25:20 +0000
commitd6ffd5b44a04ff32e9049ed8c04bf4dad38e5b7e (patch)
tree0f3c75186b92a148ee3e9470a598306471d8c8bd /chef-config
parent761c81722790ac08c268dd2891c7eacd41eec845 (diff)
downloadchef-d6ffd5b44a04ff32e9049ed8c04bf4dad38e5b7e.tar.gz
Bump version to 16.7.28 by Chef Expeditorv16.7.28
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index c3b1e1b326..05a73151b6 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.7.27".freeze
+ VERSION = "16.7.28".freeze
end