summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-24 17:59:41 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-24 17:59:41 +0000
commit3a5c7693b2eb7964c81c400fa3cb9c98974f7ba6 (patch)
tree445acab6a7445cb4982ad441e80529e64bf7235b /chef-config
parentd7cb03367a3066261ff7bc73e5db4659ca0d3148 (diff)
downloadchef-3a5c7693b2eb7964c81c400fa3cb9c98974f7ba6.tar.gz
Bump version to 16.0.241 by Chef Expeditorv16.0.241
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 286a46796f..01ee5eb550 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.240".freeze
+ VERSION = "16.0.241".freeze
end