summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-04 15:31:05 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-04 15:31:05 +0000
commit4f0f2c18953a97ca56c0a21b9e1161bcd3a6ca8d (patch)
tree9bb5ca4b96da4cb694a8cee593788e836c8101c6 /chef-utils/lib/chef-utils/version.rb
parentd9b7a7f93e0a6a5c6e587d7b1bf4fbb0689858ac (diff)
downloadchef-4f0f2c18953a97ca56c0a21b9e1161bcd3a6ca8d.tar.gz
Bump version to 16.0.181 by Chef Expeditorv16.0.181
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/chef-utils/version.rb')
-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 8d416c963c..0deeaa5742 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.180".freeze
+ VERSION = "16.0.181".freeze
end