diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-06 01:47:13 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-06 01:47:13 +0000 |
commit | f7c7f0a87ceedbb81702a741cd08dec025bd5891 (patch) | |
tree | ff7873a71efc8e32e3800f41b01234da07205fdb /chef-bin | |
parent | c959b765b8d5a33845d95fa31d371219f871c409 (diff) | |
download | chef-f7c7f0a87ceedbb81702a741cd08dec025bd5891.tar.gz |
Bump version to 16.4.12 by Chef Expeditorv16.4.12
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 c3c641e722..b93b2bd834 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.11".freeze + VERSION = "16.4.12".freeze end # |