summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-02 14:58:58 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-02 14:58:58 +0000
commitbc5aaa7769e6267c9e781e3511e7e7c126422cc4 (patch)
tree05fecaa99597accb260f61a87b8a295fa71c8b9a /chef-utils
parent09db58acb1df121c5661a8dd672219d8f0ddbd03 (diff)
downloadchef-bc5aaa7769e6267c9e781e3511e7e7c126422cc4.tar.gz
Bump version to 16.2.75 by Chef Expeditorv16.2.75
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 8f18a2a8dd..20ca0aa3d9 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("../..", __FILE__)
- VERSION = "16.2.74".freeze
+ VERSION = "16.2.75".freeze
end