summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-03 22:56:54 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-03 22:56:57 +0000
commitd7e90de59a0a29062149b17104c353b4817cb5dc (patch)
tree28e965dd46fd578fa62fc954a1a594e40926cc07 /lib/chef
parent9ea3dbbd7dec0494c430f78419472f1fe15265a3 (diff)
downloadchef-d7e90de59a0a29062149b17104c353b4817cb5dc.tar.gz
Bump version to 16.3.57 by Chef Expeditorv16.3.57
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 3befc6a8e5..b5d376e4bc 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.3.56")
+ VERSION = Chef::VersionString.new("16.3.57")
end
#