summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-24 17:01:30 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-24 17:01:30 +0000
commit7a278d2bb38ea47c9d011fb5933a7a9555b8b344 (patch)
tree8bf451bcf79ad6620b8f3ed2013078c8249efc18 /chef-config
parent0aefa68107d525236f999e0ee93b101c7a3fb3f9 (diff)
downloadchef-16.7.57.tar.gz
Bump version to 16.7.57 by Chef Expeditorv16.7.57
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 9898f669cd..25a3bbc1b5 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.56".freeze
+ VERSION = "16.7.57".freeze
end