summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-26 21:00:12 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-26 21:00:12 +0000
commit4703a934ddfd4af48ecd3dbb1e6253fd5b74f179 (patch)
treec9ad391471aeab8d13f97a6caf2040692a42ebdc /chef-utils
parent0a9a6070eb17936ff13c0114ed620b9efddd1d5e (diff)
downloadchef-4703a934ddfd4af48ecd3dbb1e6253fd5b74f179.tar.gz
Bump version to 16.0.85 by Chef Expeditorv16.0.85
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 b905188f10..b0e9749162 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("../..", __FILE__)
- VERSION = "16.0.84".freeze
+ VERSION = "16.0.85".freeze
end