diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-06-07 20:22:22 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-06-07 20:22:22 +0000 |
commit | 6112392929f237eeb1f2e9d826ae6fc69b7c67b5 (patch) | |
tree | e5c724ecfd58362634f03f7eb7e16f45f4337d6f /chef-bin | |
parent | 7727d5b44d3354d4268947d5a18b87c006f68c15 (diff) | |
download | chef-6112392929f237eeb1f2e9d826ae6fc69b7c67b5.tar.gz |
Bump version to 15.1.6 by Chef Expeditorv15.1.6
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 6b0a5b4d4c..c1eb99340d 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.1.5".freeze + VERSION = "15.1.6".freeze end # |