summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-02 19:43:32 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-02 19:43:32 +0000
commitdcbe0c887b7255b6b03a1fd6f2e933f07d98e0ad (patch)
tree6a762923dbe5816737f398545a1302b253f7d431 /chef-config
parent9b0f4e1275e6014568912b23290d5d625ee3cb8e (diff)
downloadchef-dcbe0c887b7255b6b03a1fd6f2e933f07d98e0ad.tar.gz
Bump version to 16.2.78 by Chef Expeditorv16.2.78
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 c5a4a3c13f..cea1ef2e16 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.77".freeze
+ VERSION = "16.2.78".freeze
end