diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-25 18:27:06 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-25 18:27:06 +0000 |
commit | 03c5d3822eff2ed5af8e47b58f969db3ad306eb8 (patch) | |
tree | 5c08e95be833951fe9bab3e6e7f60a88391134f6 /chef-bin | |
parent | d5cbb9c8f73419e1b491dd87a048cae16a34412c (diff) | |
download | chef-03c5d3822eff2ed5af8e47b58f969db3ad306eb8.tar.gz |
Bump version to 16.5.12 by Chef Expeditorv16.5.12
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 3ced0aef58..7ea108066e 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.5.11".freeze + VERSION = "16.5.12".freeze end # |