diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-13 19:18:12 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-13 19:18:12 +0000 |
commit | 2e58fd6d0b95003b1b5b2722373ca5cde835dcb7 (patch) | |
tree | 93dadcfb8b45928041c9f243b5dcb4a5bcde32f5 /chef-bin | |
parent | a27801f1795797d8382d536ab96a182fabd19f6a (diff) | |
download | chef-2e58fd6d0b95003b1b5b2722373ca5cde835dcb7.tar.gz |
Bump version to 16.0.296 by Chef Expeditorv16.0.296
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 f6033df3e5..7ecbc1076e 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.0.295".freeze + VERSION = "16.0.296".freeze end # |