summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-07 23:55:10 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-07 23:55:10 +0000
commite6914064b4913f238936ec8854e69bb711ab7b6e (patch)
tree83481009596c8bad83a625df4a30767c91e53438 /lib/chef
parentbaa288cd4d72baaec37fdcd1125dc86c6be8f9a8 (diff)
downloadchef-e6914064b4913f238936ec8854e69bb711ab7b6e.tar.gz
Bump version to 17.4.51 by Chef Expeditorv17.4.51
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 508abf5bae..26b8cdbd0b 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.4.50")
+ VERSION = Chef::VersionString.new("17.4.51")
end
#