summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-13 19:18:12 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-13 19:18:12 +0000
commit2e58fd6d0b95003b1b5b2722373ca5cde835dcb7 (patch)
tree93dadcfb8b45928041c9f243b5dcb4a5bcde32f5 /chef-config
parenta27801f1795797d8382d536ab96a182fabd19f6a (diff)
downloadchef-2e58fd6d0b95003b1b5b2722373ca5cde835dcb7.tar.gz
Bump version to 16.0.296 by Chef Expeditorv16.0.296
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 169f6dbc2c..2927d45876 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.295".freeze
+ VERSION = "16.0.296".freeze
end