summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-10 22:17:16 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-10 22:17:16 +0000
commitacb0178b9fe02483dcb855a32e5e5de46e137127 (patch)
tree199b5f5c396037902f1eba08ae4f2dbaddfbd0f2 /lib
parenta745f10bcd5287deb96aaf8c40cad3025912671c (diff)
downloadchef-acb0178b9fe02483dcb855a32e5e5de46e137127.tar.gz
Bump version to 16.5.51 by Chef Expeditorv16.5.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 6cc98c9e0f..34415037c7 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.5.50")
+ VERSION = Chef::VersionString.new("16.5.51")
end
#