diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-03-17 17:26:52 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-03-17 17:26:52 +0000 |
commit | b9a9f25e893041920ba3bd7ff9dc7194be0bc848 (patch) | |
tree | e293d49a7b440df51e4881ae2227a60debdc622a /chef-bin/lib | |
parent | d6219c9996eeac00f8630a22821856345eb7809f (diff) | |
download | chef-b9a9f25e893041920ba3bd7ff9dc7194be0bc848.tar.gz |
Bump version to 16.11.5 by Chef Expeditorv16.11.5
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 325d96cb0d..afe7270b0e 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("..", __dir__) - VERSION = "16.11.4".freeze + VERSION = "16.11.5".freeze end # |