summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-13 16:05:58 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-13 16:05:58 +0000
commitc0f1e8b3915ed46bdd2dd3a2d40379e66295a7ef (patch)
tree9d256b96cedc23b2e79612eeb810dd4f8878e209 /lib/chef
parent19dec6ecf084b5b700a2f471dee32301b6c68db0 (diff)
downloadchef-c0f1e8b3915ed46bdd2dd3a2d40379e66295a7ef.tar.gz
Bump version to 16.7.42 by Chef Expeditorv16.7.42
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 986f54e05e..8e5509329b 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.7.41")
+ VERSION = Chef::VersionString.new("16.7.42")
end
#