summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-05-26 03:42:37 +0000
committerChef Expeditor <chef-ci@chef.io>2022-05-26 03:42:37 +0000
commit0ca28d5e95b8428d8642460402c7f51277b27c04 (patch)
tree568bf6beda108f9038553f5296676b6d076f9435 /chef-utils
parent8708ebeed1c2004b257d2b2175358852aa28fc0f (diff)
downloadchef-0ca28d5e95b8428d8642460402c7f51277b27c04.tar.gz
Bump version to 17.10.15 by Chef Expeditorv17.10.15
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 167cfa3206..dd780f7f11 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.10.14"
+ VERSION = "17.10.15"
end