summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-12 23:49:00 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-12 23:49:00 +0000
commit3f02a71e782d98305aad7e7bbb3c7c9f3dec0d9c (patch)
tree5d30bfbfcae281462fc66edd9e014ca569b9314c /chef-utils
parent8378cbf48410e5a87c96b78212793d9dab72b348 (diff)
downloadchef-3f02a71e782d98305aad7e7bbb3c7c9f3dec0d9c.tar.gz
Bump version to 15.5.0 by Chef Expeditor
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 bf4eccc7a7..f052d12a24 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.79".freeze
+ VERSION = "15.5.0".freeze
end