summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-11 15:48:03 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-11 15:48:03 +0000
commit47172701d7d29f73e07b875a9478fa58e9ce523d (patch)
tree9091161bb8197a284e34410389278c8c14d7917e /chef-utils
parent47722607320d0e6fdec1e05dc423cfef54781e2d (diff)
downloadchef-47172701d7d29f73e07b875a9478fa58e9ce523d.tar.gz
Bump version to 17.2.34 by Chef Expeditorv17.2.34
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 0a3ec12d52..a2fcc9d8ab 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.2.33"
+ VERSION = "17.2.34"
end