summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-04 17:13:24 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-04 17:13:24 +0000
commite57ea06ca1d0cb0314b4c3b9b170f87e6cb33666 (patch)
tree52d099ad425a5ad813af51b8ee18e32b3a7cc5b4 /chef-config
parentbedccf12d841820fa08e970edc75ce7e151b05d7 (diff)
downloadchef-e57ea06ca1d0cb0314b4c3b9b170f87e6cb33666.tar.gz
Bump version to 16.0.269 by Chef Expeditorv16.0.269
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 a0a37abc85..c9ce654466 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.268".freeze
+ VERSION = "16.0.269".freeze
end