diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-11-21 00:35:00 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-11-21 00:35:00 +0000 |
commit | 2478b8252d3c701da2e0fd4835028da53c59c498 (patch) | |
tree | 9aac80ecb16e8b14d865d49b7c8ea37ea68ea0ff /chef-utils | |
parent | 33c7b18537902c5555b6cdae09ff7f8649426390 (diff) | |
download | chef-2478b8252d3c701da2e0fd4835028da53c59c498.tar.gz |
Bump version to 16.7.54 by Chef Expeditorv16.7.54
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 b52e037cf5..c3c0d413bd 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -16,5 +16,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("..", __dir__) - VERSION = "16.7.53" + VERSION = "16.7.54" end |