summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-15 01:37:37 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-15 01:37:37 +0000
commit787206045a026d5317682042da74b5ac21b41822 (patch)
treebacc5ae0c0740953c4f4e1ca0b5f8761baf53122 /lib
parent504dc422074cf83111b8076cd92da2c185fbbe27 (diff)
downloadchef-787206045a026d5317682042da74b5ac21b41822.tar.gz
Bump version to 17.2.38 by Chef Expeditorv17.2.38
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 eef789a783..6a2e701153 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.2.37")
+ VERSION = Chef::VersionString.new("17.2.38")
end
#