diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-03 21:08:32 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-03 21:08:32 +0000 |
commit | aa0297ae932ae6eac9e940f22b5c8ced62b9322a (patch) | |
tree | f5f4bcf7976813969a9884d3ba194f3583dff9f1 /chef-utils/lib/chef-utils | |
parent | a7d23b6fc94f6a7175339086cbcc6b50ce19a928 (diff) | |
download | chef-16.0.44.tar.gz |
Bump version to 16.0.44 by Chef Expeditorv16.0.44
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/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 b5dde7b967..f6c3957307 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.43".freeze + VERSION = "16.0.44".freeze end |