diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-04-16 15:06:05 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-04-16 15:06:05 +0000 |
commit | db0a7e9dbb1731084753e0ce2b4e02c3397db92f (patch) | |
tree | 60a567f3cae5b20e389c2c7900ad255a227aca32 /chef-bin | |
parent | 528c95374a3a1b54c03413e7807093d06dbbb110 (diff) | |
download | chef-db0a7e9dbb1731084753e0ce2b4e02c3397db92f.tar.gz |
Bump version to 17.0.207 by Chef Expeditorv17.0.207
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 1c0ce53c6b..371bbedd3f 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 = "17.0.206".freeze + VERSION = "17.0.207".freeze end # |