diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-04 15:18:18 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-04 15:18:18 +0000 |
commit | 69bd023b9617c5bdf0fcbaa5606bfd0a22b1db44 (patch) | |
tree | 8618ed1695e6c78a3434baa163ba1138abbfaba3 /chef-bin | |
parent | faec04bccabf3bdc50551a8b74596d7a88384755 (diff) | |
download | chef-69bd023b9617c5bdf0fcbaa5606bfd0a22b1db44.tar.gz |
Bump version to 16.4.3 by Chef Expeditorv16.4.3
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 b5fa7e9207..3e658036e0 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.4.2".freeze + VERSION = "16.4.3".freeze end # |