summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-30 01:32:18 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-30 01:32:18 +0000
commit232fa2080e3ebdb6de7be427fbe74e5e27b2e2f6 (patch)
treeca31f8c1f2ed506ba3d0a8c77329f701e7f4babc /chef-utils
parent700d462d3d36b9f0f8ec8074475ad4c79624a662 (diff)
downloadchef-232fa2080e3ebdb6de7be427fbe74e5e27b2e2f6.tar.gz
Bump version to 15.7.3 by Chef Expeditorv15.7.3
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 52f2f8f07e..d802a23075 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.2".freeze
+ VERSION = "15.7.3".freeze
end