summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-09 04:14:54 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-09 04:14:54 +0000
commite0b4d448ada404a76cf609946233d2ed1f2c89ca (patch)
tree05ef55c20d31b612b32a2a9971e301a547928d28 /chef-utils
parent481c85d44571b70b9ef2868ed753b9cb4d8c7c31 (diff)
downloadchef-e0b4d448ada404a76cf609946233d2ed1f2c89ca.tar.gz
Bump version to 16.5.39 by Chef Expeditorv16.5.39
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils')
-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 6764b08676..ac09e49913 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.5.38".freeze
+ VERSION = "16.5.39".freeze
end