summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-08 20:57:26 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-08 20:57:26 +0000
commit008571e9709f59a2f9a0ea833e578d5b77558330 (patch)
tree26137de6225d5a8edc603a03ae4546732726db55 /chef-utils
parent6aecb10f2d724dd4b93d454045acd8bc1ea7336c (diff)
downloadchef-008571e9709f59a2f9a0ea833e578d5b77558330.tar.gz
Bump version to 16.2.93 by Chef Expeditorv16.2.93
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 db1fcc2441..f4af048e73 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.2.92".freeze
+ VERSION = "16.2.93".freeze
end