summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-23 16:50:34 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-23 16:50:34 +0000
commitbd28207a70f951bc23f249ee1d05f11bf2207b22 (patch)
treef6ae6d2810de78455f2caccc182b861e7e9e426c /lib
parent38b84c24a3f01eebf4ab043ff34dbabcfde55038 (diff)
downloadchef-bd28207a70f951bc23f249ee1d05f11bf2207b22.tar.gz
Bump version to 16.2.51 by Chef Expeditorv16.2.51
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 f7b1026494..f786094b19 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.50")
+ VERSION = Chef::VersionString.new("16.2.51")
end
#