summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-05-17 19:14:18 +0000
committerChef Expeditor <chef-ci@chef.io>2022-05-17 19:14:18 +0000
commitf126d3d0fcc4d7ce499aebcb19a58893cf5cd09e (patch)
tree02df59b9e6f76de73e90d84eb38cfc70053fe4dc /chef-utils
parent506fdbab9fb939b3190e7380976192ef0068d8f2 (diff)
downloadchef-f126d3d0fcc4d7ce499aebcb19a58893cf5cd09e.tar.gz
Bump version to 17.10.13 by Chef Expeditorv17.10.13
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 b99e5cb074..01037a6af9 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.12"
+ VERSION = "17.10.13"
end