summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-24 17:09:00 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-24 17:09:00 +0000
commit696ecf12ff818f86c1d0853b407c0dd6cac9bc9f (patch)
tree67d8e13e181e4e04c99f48fc2bcb37cc62a43400 /lib
parentfecee71267d3c5eefc37eeaade636b8396aa543a (diff)
downloadchef-696ecf12ff818f86c1d0853b407c0dd6cac9bc9f.tar.gz
Bump version to 16.2.56 by Chef Expeditorv16.2.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 bf1698801a..42ef2513bd 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("../..", __FILE__)
- VERSION = Chef::VersionString.new("16.2.55")
+ VERSION = Chef::VersionString.new("16.2.56")
end
#