summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-11 22:45:09 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-11 22:45:09 +0000
commitb7758ac4fde5d5f5965ad8174bfc6798a6c7df62 (patch)
treea8599cc6c4fd10178a5b1ef295a0b7b0104d5d92 /chef-utils
parent0eb712c98230d0f5b81de21f02648595a790e603 (diff)
downloadchef-b7758ac4fde5d5f5965ad8174bfc6798a6c7df62.tar.gz
Bump version to 17.0.93 by Chef Expeditorv17.0.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 c32e45b216..c787caad0a 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.0.92"
+ VERSION = "17.0.93"
end