summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-30 12:44:12 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-30 12:44:12 +0000
commite7f02cf7ee339ebc0ac098e696a056ff6e0f6448 (patch)
treef6bd68cd42cb643540ada5fd0548d427b9ebae8c /lib/chef/version.rb
parentd4dbd9e6c1c0b762904494e63578eae60592ced1 (diff)
downloadchef-e7f02cf7ee339ebc0ac098e696a056ff6e0f6448.tar.gz
Bump version to 17.10.37 by Chef Expeditorv17.10.37
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 e1088f83e1..0e446c45b3 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.36")
+ VERSION = Chef::VersionString.new("17.10.37")
end
#