summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-05 21:55:12 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-05 21:55:12 +0000
commite60aa9eb75d3eb5ef8214039d7e47b7abe7afff1 (patch)
tree4518439d1c9f0c69fddb12a33e6a205448777814 /lib
parent3ae6c24c11ec4147c2062723129677d45a5d6b8c (diff)
downloadchef-e60aa9eb75d3eb5ef8214039d7e47b7abe7afff1.tar.gz
Bump version to 16.0.51 by Chef Expeditorv16.0.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 752e5423f0..37939adb75 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.0.50")
+ VERSION = Chef::VersionString.new("16.0.51")
end
#