summaryrefslogtreecommitdiff
path: root/chef-bin
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-bin
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-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 2e7968b456..252b5a3500 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.0.257".freeze
+ VERSION = "16.0.258".freeze
end
#