diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-03-31 20:25:35 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-03-31 20:25:35 +0000 |
commit | 765b0c794eb5a0ee56ee0606625976edaf24ddf6 (patch) | |
tree | 947b810f503a5d26133e4c3e2f9a47fb4f8c96ac /chef-bin | |
parent | 50a39bacf30dc492b0fdc3ea55d1ed263cc35590 (diff) | |
download | chef-765b0c794eb5a0ee56ee0606625976edaf24ddf6.tar.gz |
Bump version to 15.9.4 by Chef Expeditorv15.9.4
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.rb | 2 |
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 29c61ba519..b5b250e29d 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 = "15.9.3".freeze + VERSION = "15.9.4".freeze end # |