diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-09-09 04:14:54 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-09-09 04:14:54 +0000 |
commit | e0b4d448ada404a76cf609946233d2ed1f2c89ca (patch) | |
tree | 05ef55c20d31b612b32a2a9971e301a547928d28 /chef-bin | |
parent | 481c85d44571b70b9ef2868ed753b9cb4d8c7c31 (diff) | |
download | chef-e0b4d448ada404a76cf609946233d2ed1f2c89ca.tar.gz |
Bump version to 16.5.39 by Chef Expeditorv16.5.39
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 f3701516cd..c9ce84ce32 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.38".freeze + VERSION = "16.5.39".freeze end # |