diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-03-24 20:57:35 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-03-24 20:57:35 +0000 |
commit | 6a1175ad2bf52adbdeefb38d698844dc8cae5153 (patch) | |
tree | 0f56631162e6ec6b1c42a3970448cd45aebba01e /chef-utils | |
parent | b4c2005bd98e56e4806013be8bdfcf102420c79e (diff) | |
download | chef-6a1175ad2bf52adbdeefb38d698844dc8cae5153.tar.gz |
Bump version to 16.0.153 by Chef Expeditorv16.0.153
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 f394601e04..d47e6162e2 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.152".freeze + VERSION = "16.0.153".freeze end |