summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-10-20 04:20:10 +0000
committerChef Expeditor <chef-ci@chef.io>2022-10-20 04:20:10 +0000
commit3cd1cfecb938a12e6ad94a6dbca51e5b76fd91d7 (patch)
tree87971ec3492c79f2020f064175e6c6f5724f0888 /chef-utils
parentc415a19a1712619a5e1a460b26f0b3de36843cd0 (diff)
downloadchef-3cd1cfecb938a12e6ad94a6dbca51e5b76fd91d7.tar.gz
Bump version to 17.10.23 by Chef Expeditorv17.10.23
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 774fb7895d..068d00513d 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.22"
+ VERSION = "17.10.23"
end