summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-10 22:17:16 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-10 22:17:16 +0000
commitacb0178b9fe02483dcb855a32e5e5de46e137127 (patch)
tree199b5f5c396037902f1eba08ae4f2dbaddfbd0f2 /chef-config
parenta745f10bcd5287deb96aaf8c40cad3025912671c (diff)
downloadchef-acb0178b9fe02483dcb855a32e5e5de46e137127.tar.gz
Bump version to 16.5.51 by Chef Expeditorv16.5.51
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 f35a48b51e..3cb7f03b20 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.5.50".freeze
+ VERSION = "16.5.51".freeze
end