summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-06 20:39:03 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-06 20:39:03 +0000
commit25a7880812c367069c410adc91a29c7c03f95ed0 (patch)
treec6a7d1bc8e5e61d9ef91c734fb79a2d17e45f458 /chef-config
parentea8cded143898ddd1b0f203cf712873dfc568fb5 (diff)
downloadchef-25a7880812c367069c410adc91a29c7c03f95ed0.tar.gz
Bump version to 16.0.278 by Chef Expeditorv16.0.278
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 dc8a698a51..f7b74315d5 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.0.277".freeze
+ VERSION = "16.0.278".freeze
end