summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-14 02:33:14 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-14 02:33:14 +0000
commit73af446179a1ef49c057788620e1d2c0fa5aa7f0 (patch)
tree6f465c8efa56d4ea908ce55e62c20fb38fedc030 /chef-utils
parentc1945a7d943a76044adfe66a71456361f14a8594 (diff)
downloadchef-73af446179a1ef49c057788620e1d2c0fa5aa7f0.tar.gz
Bump version to 16.3.5 by Chef Expeditorv16.3.5
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 026ece80a4..daaf919eed 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.3.4".freeze
+ VERSION = "16.3.5".freeze
end