summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-04 18:22:57 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-04 18:22:57 +0000
commit6149ebc6391ebe58ff297c9a2a17b129327df41c (patch)
treec14ffe61d3b531d459aa1c21ee36cbafc0fd56a2 /chef-bin
parent9d08eaa4222f1755631d42fe7c3df45a2d222664 (diff)
downloadchef-6149ebc6391ebe58ff297c9a2a17b129327df41c.tar.gz
Bump version to 16.4.6 by Chef Expeditorv16.4.6
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.rb2
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 5a5688d957..faeee21f62 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.5".freeze
+ VERSION = "16.4.6".freeze
end
#