summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-06 17:46:36 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-06 17:46:36 +0000
commit07ddcf4ac2aa2a614d791181d5072ea548edbc3a (patch)
treeed4dd6de81cb62f65762c8407488f17ce7835720 /chef-utils
parentd390ab8daca1ad0a28754971fcb3b3bd0262a66f (diff)
downloadchef-07ddcf4ac2aa2a614d791181d5072ea548edbc3a.tar.gz
Bump version to 16.2.81 by Chef Expeditorv16.2.81
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 bb2b82b04f..9628c4572c 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.2.80".freeze
+ VERSION = "16.2.81".freeze
end