summaryrefslogtreecommitdiff
path: root/chef-utils/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-29 05:31:50 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-29 05:31:50 +0000
commite75b768c5b9531da18a43da45c1f1e7265f1f11b (patch)
treec0329c24291b557ef25d01bcfedf7a58b663ed8e /chef-utils/lib
parent40c663649e050f4a50246da3c8c2b4acfb64baa4 (diff)
downloadchef-e75b768c5b9531da18a43da45c1f1e7265f1f11b.tar.gz
Bump version to 16.13.39 by Chef Expeditorv16.13.39
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib')
-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 ae79fe81af..5f2673249b 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.13.38"
+ VERSION = "16.13.39"
end