summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-12 01:43:59 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-12 01:43:59 +0000
commit84c6e6f6561230ab178fac8eb7fc9f944c985944 (patch)
treedc36c4259dd39fc37a12d4e74f012a1da2cd0055 /chef-utils/lib/chef-utils/version.rb
parentea6d2b9f92d57d00673d22930007c9d5e8c9e754 (diff)
downloadchef-84c6e6f6561230ab178fac8eb7fc9f944c985944.tar.gz
Bump version to 16.7.39 by Chef Expeditorv16.7.39
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 33b080bddd..85c8744b80 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.38"
+ VERSION = "16.7.39"
end