summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-12 21:07:43 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-12 21:07:43 +0000
commit428e79244345b311ebc6c26add7b542def3fc7dc (patch)
tree44372764f237e5c3ad2f1da635931e160a9fb4d7 /chef-utils
parent1f99019f05a92aa9cc3942ecf95c2170d72dbae3 (diff)
downloadchef-428e79244345b311ebc6c26add7b542def3fc7dc.tar.gz
Bump version to 15.6.11 by Chef Expeditorv15.6.11
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 a94fe58953..8643e2d977 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.6.10".freeze
+ VERSION = "15.6.11".freeze
end