summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-04 20:15:48 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-04 20:15:48 +0000
commitebbd017388ec047caec4c2721978afcaba10a861 (patch)
treec138c9e03cc1a1a5a79622fbc5ef2361fa088275 /chef-utils
parenta49a9cf1a43351ae95a9d9ce01fa8a73a6bb52c0 (diff)
downloadchef-ebbd017388ec047caec4c2721978afcaba10a861.tar.gz
Bump version to 15.5.21 by Chef Expeditorv15.5.21
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 bb8d7cf1eb..41b4d20363 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.5.20".freeze
+ VERSION = "15.5.21".freeze
end