summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-20 23:23:51 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-20 23:23:51 +0000
commit350b8dc25a56fb0758e1e6d2fde334517a25fa0b (patch)
tree1cf5f85937bbded6106864a5831c88b7256b4e3b /chef-bin
parent05cf8e0479f0e967e8b3510d3c95b4d57c8869b0 (diff)
downloadchef-350b8dc25a56fb0758e1e6d2fde334517a25fa0b.tar.gz
Bump version to 16.0.230 by Chef Expeditorv16.0.230
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 4bb0aba5b7..b6d0d90fdf 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.229".freeze
+ VERSION = "16.0.230".freeze
end
#