summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-25 20:23:15 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-25 20:23:15 +0000
commita65b05983fd077c38092cea8c6a76c324f8f4614 (patch)
tree1e4d210beef901f72ea8671aacbee1468cefbad2 /lib
parentd6880be193be276acd21f3867d75180ea738e7b1 (diff)
downloadchef-a65b05983fd077c38092cea8c6a76c324f8f4614.tar.gz
Bump version to 16.17.38 by Chef Expeditorv16.17.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 0948f025ce..ddc3809409 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("16.17.37")
+ VERSION = Chef::VersionString.new("16.17.38")
end
#