summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-08 19:14:12 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-08 19:14:12 +0000
commit630e88783bf475a8f5e59cd48eeb8f06a5bdd041 (patch)
tree0d56dc0a233aac68cb86c9b8907830d2329ee716 /chef-utils
parent224fdec365fd55d84a3f2f1d85e5285f322b7d7a (diff)
downloadchef-630e88783bf475a8f5e59cd48eeb8f06a5bdd041.tar.gz
Bump version to 16.5.34 by Chef Expeditorv16.5.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 4d0bfaeedc..e6b7b2f3b0 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.5.33".freeze
+ VERSION = "16.5.34".freeze
end