diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-08 15:34:16 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-08 15:34:16 +0000 |
commit | cd547928cb7f517b6fbd5e3a1e01ae9bfd2e4993 (patch) | |
tree | 3c7d996033953a0b87d9b8dbaa9393a91f56ac4f /chef-bin | |
parent | 64c8478b21bfa17b8b43031d6d2233e2f99ba7b5 (diff) | |
download | chef-cd547928cb7f517b6fbd5e3a1e01ae9bfd2e4993.tar.gz |
Bump version to 15.7.5 by Chef Expeditorv15.7.5
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 e4c22e3306..a0a9bd5824 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.7.4".freeze + VERSION = "15.7.5".freeze end # |