diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-09-10 02:40:30 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-09-10 02:40:30 +0000 |
commit | 73832440fbf7a202ae4a5455f688e5b4650858b4 (patch) | |
tree | d12b4188000c4b57142a3a4ce17b4b8971daf380 /chef-bin | |
parent | 683b1284e18afa9a0dac508afb5b590aa233b09c (diff) | |
download | chef-73832440fbf7a202ae4a5455f688e5b4650858b4.tar.gz |
Bump version to 15.3.7 by Chef Expeditorv15.3.7
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 3957009dd4..3335dae144 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.3.6".freeze + VERSION = "15.3.7".freeze end # |