diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-09-26 16:18:15 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-09-26 16:18:15 +0000 |
commit | 2a98c165d1bd7dd5959c6e7b8d7d4699f6cb97c9 (patch) | |
tree | 1d0b6b11b30d2da1c83635f13789be18b937c5d2 /chef-bin | |
parent | 239751855e4ccc9f3c5b189cbdfb9e477c2401b2 (diff) | |
download | chef-2a98c165d1bd7dd5959c6e7b8d7d4699f6cb97c9.tar.gz |
Bump version to 15.4.10 by Chef Expeditorv15.4.10
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 aca34789a0..aecd97c175 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.4.9".freeze + VERSION = "15.4.10".freeze end # |