summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-18 00:02:33 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-18 00:02:33 +0000
commitcab92167cebcd107667feb32da4257772d8a3226 (patch)
treec613385b80299344c90c065e668ac1e6e4196651 /chef-utils
parent643437d74fca81f0be823f32af30b51f0c81b26a (diff)
downloadchef-cab92167cebcd107667feb32da4257772d8a3226.tar.gz
Bump version to 16.4.35 by Chef Expeditorv16.4.35
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 683f637ce3..7b474b7cdb 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.4.34".freeze
+ VERSION = "16.4.35".freeze
end