diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-06-30 21:55:30 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-06-30 21:55:30 +0000 |
commit | df9f1c5e1efd3e730eb3cbcf0223fce4f12c48ab (patch) | |
tree | 58fc93b0eefd3bfd09851b00fbafdc7be71c0a63 /chef-bin | |
parent | de43a320ba1c0eba0858819e5ef0be55539512dc (diff) | |
download | chef-df9f1c5e1efd3e730eb3cbcf0223fce4f12c48ab.tar.gz |
Bump version to 16.2.72 by Chef Expeditorv16.2.72
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 3bb128b869..b6625d8aa6 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 = "16.2.71".freeze + VERSION = "16.2.72".freeze end # |