summaryrefslogtreecommitdiff
path: root/lib/chef
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 /lib/chef
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 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index f3488914fd..e0c9beb330 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("16.4.42")
+ VERSION = Chef::VersionString.new("16.5.0")
end
#