summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-12 20:40:37 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-12 20:40:37 +0000
commit9cf5678e5a6a1400d0ccad1f2c29aa258ffdfedf (patch)
treefa54338602e9e0b231445a41619fb0880333fdbc /chef-utils
parent7c268d07e0c5412011bb60d2c9e23202942fe572 (diff)
downloadchef-9cf5678e5a6a1400d0ccad1f2c29aa258ffdfedf.tar.gz
Bump version to 15.4.74 by Chef Expeditorv15.4.74
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 7eb64b6adb..2b8eda27d5 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.4.73".freeze
+ VERSION = "15.4.74".freeze
end