summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-21 17:32:54 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-21 17:32:54 +0000
commit29765adb7174256880d574c36435a78ce8272d5d (patch)
tree492bc7419d7de7fdad21db89061e1715b35dbc91 /lib/chef
parentd75dd3c3cdbc71dc6324a465802e68dc1ca43c0f (diff)
downloadchef-29765adb7174256880d574c36435a78ce8272d5d.tar.gz
Bump version to 16.6.38 by Chef Expeditorv16.6.38
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 3e7aeb77ca..193599b22e 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.6.37")
+ VERSION = Chef::VersionString.new("16.6.38")
end
#