summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-03 18:10:16 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-03 18:10:16 +0000
commitb8bbd101086ab105768095242ba60c8f44d308cb (patch)
treecc6b3239891dce838688bdfb2ac24d27651e53ce /lib
parent8d301259209e1b00e959490df33a5c504d0b3de0 (diff)
downloadchef-b8bbd101086ab105768095242ba60c8f44d308cb.tar.gz
Bump version to 16.0.267 by Chef Expeditorv16.0.267
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 3103798cf6..487a3f0a6a 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.0.266")
+ VERSION = Chef::VersionString.new("16.0.267")
end
#