summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-11 15:46:35 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-11 15:46:35 +0000
commit1abb9174205430cbcddf30b19c9d00c3b24fc5fa (patch)
tree5b9a352cf2f5cde92ff3cb4f73906c3218782f67 /chef-config
parent88e7c5ec11d97209ddd6987ae20b2492736e2d4e (diff)
downloadchef-1abb9174205430cbcddf30b19c9d00c3b24fc5fa.tar.gz
Bump version to 16.2.28 by Chef Expeditorv16.2.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 5ed5139310..033b6aebc0 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("../..", __FILE__)
- VERSION = "16.2.27".freeze
+ VERSION = "16.2.28".freeze
end