summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-08 17:42:16 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-08 17:42:16 +0000
commitc55d36d1a7957975ee3b5bb9fe33a6da726fd8c2 (patch)
tree2c6984b6e6304a42c5aa7fe9f62a6258aaa21663 /chef-utils
parent5a73ea5f4ea34f074320e1bd717ac48d4aabbecf (diff)
downloadchef-c55d36d1a7957975ee3b5bb9fe33a6da726fd8c2.tar.gz
Bump version to 17.3.23 by Chef Expeditorv17.3.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 1dd9ef688f..2ba3bdecaf 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.3.22"
+ VERSION = "17.3.23"
end