summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-16 04:47:49 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-16 04:47:49 +0000
commitcd8d728c93bdfbed99cba6ab9d50fff70e5b1ea9 (patch)
treee9b03be75e6b4159bb3baa1a39216f1a7c628e27 /chef-utils
parent2943cd7c9ceb2aadf8e1b93f30a91818ca570196 (diff)
downloadchef-cd8d728c93bdfbed99cba6ab9d50fff70e5b1ea9.tar.gz
Bump version to 15.10.7 by Chef Expeditorv15.10.7
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 ef33f4d105..c1691a3e5b 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.10.6".freeze
+ VERSION = "15.10.7".freeze
end