diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-04 18:49:00 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-04 18:49:00 +0000 |
commit | dd0ffd20b132adafc4a37c34fc384ba62c710684 (patch) | |
tree | f8443d106bba7eab223e2f043e2d2a6b990912dd /chef-utils | |
parent | a19bf6a3fc0e5611928830295379b990e613de1c (diff) | |
download | chef-dd0ffd20b132adafc4a37c34fc384ba62c710684.tar.gz |
Bump version to 16.0.182 by Chef Expeditorv16.0.182
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.rb | 2 |
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 0deeaa5742..5298e65625 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.181".freeze + VERSION = "16.0.182".freeze end |