summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-17 23:38:18 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-17 23:38:18 +0000
commitab7b15ab9c8fe23fcd2ce861c69aabf77c19dd5a (patch)
tree0268e67e776f4cbeec276474256dc293c9976545 /chef-config
parentc18c1009773c2edb549d0721538d493582ee5da8 (diff)
downloadchef-ab7b15ab9c8fe23fcd2ce861c69aabf77c19dd5a.tar.gz
Bump version to 16.7.51 by Chef Expeditorv16.7.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 81672ce088..06f4850825 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.50".freeze
+ VERSION = "16.7.51".freeze
end