summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-24 16:35:28 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-24 16:35:28 +0000
commitf8dc0b85bec720ea3b99b7c7cb37da00048a710a (patch)
tree9aaf10c065f9541335b6eff1bb32faed35641f9b /lib
parentc30a07ca6e0851b9eede18c98e9a4989b0693c0e (diff)
downloadchef-f8dc0b85bec720ea3b99b7c7cb37da00048a710a.tar.gz
Bump version to 16.7.56 by Chef Expeditorv16.7.56
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 c2dae9d52d..6bd5609d66 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.7.55")
+ VERSION = Chef::VersionString.new("16.7.56")
end
#