summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-07 20:55:28 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-07 20:55:28 +0000
commited25ce413b2d7966cb4c948962d40f5317d7f297 (patch)
tree8bf81b4a9d3d78382b4ccfb49c781bda1c0dacf2 /chef-utils
parentd9a8e2a77f73c0cb25a7d13ad3d1ae470a939dc7 (diff)
downloadchef-ed25ce413b2d7966cb4c948962d40f5317d7f297.tar.gz
Bump version to 17.4.50 by Chef Expeditorv17.4.50
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 d5d573c348..e646b5f280 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.4.49"
+ VERSION = "17.4.50"
end