summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-09 21:13:16 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-09 21:13:16 +0000
commit5761afec4a5aa81e2d139d86978577976e6cf7b9 (patch)
tree4d762cec25e61133dd128c5ba126a2efda292934 /chef-utils/lib/chef-utils/version.rb
parentd2d9ac4880e0c2e599c01b7d1b5160ab8020e723 (diff)
downloadchef-5761afec4a5aa81e2d139d86978577976e6cf7b9.tar.gz
Bump version to 17.5.4 by Chef Expeditorv17.5.4
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/chef-utils/version.rb')
-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 2ab6a71f79..6bd4479530 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.5.3"
+ VERSION = "17.5.4"
end