summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-24 22:24:55 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-24 22:24:55 +0000
commitab4a2b181941689fbbc4739733e7ab5ce2d3d854 (patch)
treea24a7a8e5014ce8de976cd16c56886711d9cfbe1 /lib/chef
parent6bf05f716b3af87444c4669becf8ef99fe219930 (diff)
downloadchef-ab4a2b181941689fbbc4739733e7ab5ce2d3d854.tar.gz
Bump version to 16.5.7 by Chef Expeditorv16.5.7
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 1b7356424e..aab0fc2aba 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.5.6")
+ VERSION = Chef::VersionString.new("16.5.7")
end
#