summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-20 17:56:49 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-20 17:56:52 +0000
commitb95164d6eb25297c82f14bac67ceb9bdaa348ac3 (patch)
tree640cd7789b4049ee7941e8a9f01b6bb20eb7b198 /lib
parentbcf92e4516a8490ebd9f85d8122c16763bd22573 (diff)
downloadchef-b95164d6eb25297c82f14bac67ceb9bdaa348ac3.tar.gz
Bump version to 17.10.51 by Chef Expeditorv17.10.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 cc62dffdab..444aac6400 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.10.50")
+ VERSION = Chef::VersionString.new("17.10.51")
end
#