diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-09-30 20:15:50 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-09-30 20:15:50 +0000 |
commit | 16725d756896055681b887a89a66d1d0bb0db093 (patch) | |
tree | cb0c353940009cdd76042fc73204e1a8150f120a /chef-bin | |
parent | 9d7a984a04e308ddc0e0809e4a75be8b2e4d05e2 (diff) | |
download | chef-16725d756896055681b887a89a66d1d0bb0db093.tar.gz |
Bump version to 15.4.14 by Chef Expeditorv15.4.14
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 290d9b3c60..bbe2dad163 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.13".freeze + VERSION = "15.4.14".freeze end # |