summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-28 19:56:21 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-28 19:56:21 +0000
commit52328f2e7d6d73690c023843f887604dbcba1d14 (patch)
tree236bebd8b5b6873e43202c33213d741f58f05c8f /chef-config
parentbd1cc11bd3eb5c5ad1dccbfecd0c8544a7cd49df (diff)
downloadchef-52328f2e7d6d73690c023843f887604dbcba1d14.tar.gz
Bump version to 16.0.258 by Chef Expeditorv16.0.258
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 0faffe2692..20e7c9b588 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.257".freeze
+ VERSION = "16.0.258".freeze
end