summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-21 05:23:02 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-21 05:23:02 +0000
commit9bb2444bd13cb35c5b147c76de4e90c722158f49 (patch)
tree18a9fe838505020a54c74aab3040067bb5b2ae4a /lib
parentd444a5bb29b7a83a3174022ce8cbb7a1f27bf9cc (diff)
downloadchef-9bb2444bd13cb35c5b147c76de4e90c722158f49.tar.gz
Bump version to 17.0.51 by Chef Expeditorv17.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 6b4ec9e48c..ee2ad493ff 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("17.0.50")
+ VERSION = Chef::VersionString.new("17.0.51")
end
#