summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-25 01:29:59 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-25 01:29:59 +0000
commit4a1814e08abb240a8f5ab029b793d80ae2613fda (patch)
tree8d40df0f9febe1676025989f87a19b1ed6a22835 /chef-utils
parent452b131478e707cb320b53f25951d5d3b7c26262 (diff)
downloadchef-4a1814e08abb240a8f5ab029b793d80ae2613fda.tar.gz
Bump version to 16.0.81 by Chef Expeditorv16.0.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 16efad5ecc..8c0de56ebc 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.80".freeze
+ VERSION = "16.0.81".freeze
end