summaryrefslogtreecommitdiff
path: root/chef-bin
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 /chef-bin
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 'chef-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 996939f53d..e47d49e687 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.7.41".freeze
+ VERSION = "16.7.42".freeze
end
#