summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-04 01:50:21 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-04 01:50:21 +0000
commitb390d87f3710afb466ce7a80510af0bebb64052f (patch)
tree06ba9cc0163dbcf463110f797c615b6a191f0857 /chef-bin/lib
parentd2bd360225589e7824951d491ccdbbe03cc52919 (diff)
downloadchef-b390d87f3710afb466ce7a80510af0bebb64052f.tar.gz
Bump version to 16.4.0 by Chef Expeditorv16.4.0
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 38f44786f2..2ec11c50df 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.3.65".freeze
+ VERSION = "16.4.0".freeze
end
#