summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-19 22:32:12 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-19 22:32:12 +0000
commit83da0ed26842b34c028103e2556b7c675ef237e4 (patch)
tree26073235fda73ded72b28e7602153fe7386a85f4 /chef-bin
parent1913f854675d09fe4d05102f1c5a141aa8496f8a (diff)
downloadchef-83da0ed26842b34c028103e2556b7c675ef237e4.tar.gz
Bump version to 16.5.0 by Chef Expeditorv16.5.0
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 8ba04dd054..74d0d8c4ae 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.42".freeze
+ VERSION = "16.5.0".freeze
end
#