summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-16 16:42:18 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-16 16:42:18 +0000
commit1d7a668841a51f6d46544205d126b83b8d4bdb27 (patch)
tree41f6b7a1949b32d9d3a99e1807c76f270a85eb40 /lib
parentbb93b4a218947db25a5607b6f65d4e24879eaef5 (diff)
downloadchef-1d7a668841a51f6d46544205d126b83b8d4bdb27.tar.gz
Bump version to 16.2.38 by Chef Expeditorv16.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 c8875fe571..b61e4e83ff 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("../..", __FILE__)
- VERSION = Chef::VersionString.new("16.2.37")
+ VERSION = Chef::VersionString.new("16.2.38")
end
#