summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-30 19:19:23 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-30 19:19:23 +0000
commit381066a69c4c02cac8f27f79cc364a2f42a317a8 (patch)
treef0e6eb6a26591486258105d7796aad478241d95b /chef-utils
parent0286f39f0f6ed91c1512246f083680c40a901678 (diff)
downloadchef-381066a69c4c02cac8f27f79cc364a2f42a317a8.tar.gz
Bump version to 15.7.4 by Chef Expeditorv15.7.4order_gems
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 d802a23075..e90ec8301a 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 = "15.7.3".freeze
+ VERSION = "15.7.4".freeze
end