summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-29 03:03:44 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-29 03:03:44 +0000
commit3a9ae8bd8fd0148a156d05975767545ee4d50e21 (patch)
tree0402b07c9efcd1dbb322b20772f2e5f86b21020b /chef-config
parent983bcce7a7204acf775b7cdafd6eb13363b51946 (diff)
downloadchef-3a9ae8bd8fd0148a156d05975767545ee4d50e21.tar.gz
Bump version to 16.0.259 by Chef Expeditorv16.0.259
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 20e7c9b588..c4c58169bd 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.258".freeze
+ VERSION = "16.0.259".freeze
end