summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
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-utils/lib/chef-utils/version.rb
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-utils/lib/chef-utils/version.rb')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index e163aff114..09b5aca4f8 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.7.41"
+ VERSION = "16.7.42"
end