diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-24 18:06:22 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-24 18:06:22 +0000 |
commit | 49580490a63618b684d509ecde64e0eff656fd7c (patch) | |
tree | d70fc4a8ecf661ea2b48349b34e8cf0c77ed3eaa /chef-utils | |
parent | 41c59392634bd1adeedc4e5fc6d397741e97e540 (diff) | |
download | chef-49580490a63618b684d509ecde64e0eff656fd7c.tar.gz |
Bump version to 16.0.74 by Chef Expeditorv16.0.74
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 dd4769ee1f..0efde1c07b 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.73".freeze + VERSION = "16.0.74".freeze end |